diff options
-rw-r--r-- | docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 5f3fbf5ba..f0f393d68 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -114,7 +114,7 @@ services: environment: API_KEYS_SITE_API: "badbot13m0n8f570f942013fc818f234916ca531" URLS_SITE_API: "http://web:8000/api" - URLS_SNEKBOX_EVAL_API: "http://snekbox/eval" - URLS_SNEKBOX_311_EVAL_API: "http://snekbox-311/eval" + URLS_SNEKBOX_EVAL_API: "http://snekbox:8060/eval" + URLS_SNEKBOX_311_EVAL_API: "http://snekbox-311:8060/eval" REDIS_HOST: "redis" STATS_STATSD_HOST: "http://localhost" |