From 8dafaa8690a6e2dc9393e7f5103a74b0de7c2549 Mon Sep 17 00:00:00 2001 From: ChrisJL Date: Fri, 14 Apr 2023 23:11:39 +0100 Subject: Add the required ports to snekbox urls in docker compose file (#2538) --- docker-compose.yml | 4 ++-- 1 file 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" -- cgit v1.2.3