aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar Vivek Ashokkumar <[email protected]>2023-03-11 21:45:26 +0530
committerGravatar GitHub <[email protected]>2023-03-11 21:45:26 +0530
commit4759c1ff3c5eebbeef5c35a73a26cce5c1ea2da2 (patch)
tree03a4878eceb2b75b7aa979c048d883fbdd89096b /docker-compose.yml
parentDisplay "N/A" for infractions in ModMail (diff)
parentMerge pull request #2326 from python-discord/snekbox-files (diff)
Merge branch 'main' into vivek/jump-url-infr-log
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml7
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"