diff options
| author | 2023-04-09 00:34:55 +0300 | |
|---|---|---|
| committer | 2023-04-09 00:34:55 +0300 | |
| commit | c74a3c645d23d22206182813478f6c9b74812ed8 (patch) | |
| tree | 62b648f92c2607a5ed94f90a86b09698d16f8c98 /docker-compose.yml | |
| parent | Fix: use nomination.user_id instead of id in get_or_fetch_member (diff) | |
| parent | Merge pull request #2517 from python-discord/thread_filter (diff) | |
Merge branch 'main' into 2302-activity-in-reviews
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" |