diff options
author | 2023-03-09 18:28:26 -0500 | |
---|---|---|
committer | 2023-03-09 18:28:26 -0500 | |
commit | 8b8647c5a4c8c8304ccb0bedfb1042cd5cfc0387 (patch) | |
tree | aa1f471ea6b0ced910ac2725773c295ae9efb891 | |
parent | Merge branch 'main' into snekbox-files (diff) |
Merge branch 'main' into snekbox-files
-rw-r--r-- | docker-compose.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index bc53c482b..694f44507 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -112,4 +112,9 @@ services: env_file: - .env environment: - BOT_API_KEY: badbot13m0n8f570f942013fc818f234916ca531 + API_KEYS_SITE_API: "badbot13m0n8f570f942013fc818f234916ca531" + URLS_SITE_API: "web:8000/api" + URLS_SNEKBOX_EVAL_API: "http://snekbox/eval" + URLS_SNEKBOX_311_EVAL_API: "http://snekbox-311/eval" + REDIS_HOST: "redis" + STATS_STATSD_HOST: "http://localhost" |