aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2023-04-09 00:34:55 +0300
committerGravatar GitHub <[email protected]>2023-04-09 00:34:55 +0300
commitc74a3c645d23d22206182813478f6c9b74812ed8 (patch)
tree62b648f92c2607a5ed94f90a86b09698d16f8c98 /docker-compose.yml
parentFix: use nomination.user_id instead of id in get_or_fetch_member (diff)
parentMerge pull request #2517 from python-discord/thread_filter (diff)
Merge branch 'main' into 2302-activity-in-reviews
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 694f44507..5f3fbf5ba 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -113,7 +113,7 @@ services:
- .env
environment:
API_KEYS_SITE_API: "badbot13m0n8f570f942013fc818f234916ca531"
- URLS_SITE_API: "web:8000/api"
+ URLS_SITE_API: "http://web:8000/api"
URLS_SNEKBOX_EVAL_API: "http://snekbox/eval"
URLS_SNEKBOX_311_EVAL_API: "http://snekbox-311/eval"
REDIS_HOST: "redis"