diff options
| author | 2023-04-05 00:49:48 +0300 | |
|---|---|---|
| committer | 2023-04-05 00:49:48 +0300 | |
| commit | d5963661ee6f720a1b5120010856185e03d5fce7 (patch) | |
| tree | f4e849563e86f337fc98b654249f972a272057f7 /docker-compose.yml | |
| parent | Support custom value representation in filtering UI (diff) | |
| parent | Merge pull request #2506 from python-discord/new-helpers-end (diff) | |
Merge branch 'main' into new-filters
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 694f44507..5f3fbf5ba 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -113,7 +113,7 @@ services: - .env environment: API_KEYS_SITE_API: "badbot13m0n8f570f942013fc818f234916ca531" - URLS_SITE_API: "web:8000/api" + URLS_SITE_API: "http://web:8000/api" URLS_SNEKBOX_EVAL_API: "http://snekbox/eval" URLS_SNEKBOX_311_EVAL_API: "http://snekbox-311/eval" REDIS_HOST: "redis" |