aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-04-14 23:11:39 +0100
committerGravatar GitHub <[email protected]>2023-04-14 22:11:39 +0000
commit8dafaa8690a6e2dc9393e7f5103a74b0de7c2549 (patch)
tree066fae7e0475908291475318da9b7c4c31be8e73
parentInclude thread jump url in nomination archive message (#2536) (diff)
Add the required ports to snekbox urls in docker compose file (#2538)
-rw-r--r--docker-compose.yml4
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"