diff options
author | 2020-11-21 09:37:57 +0200 | |
---|---|---|
committer | 2020-11-21 09:37:57 +0200 | |
commit | 95429b10aab81d849ab86241f411bbc122ea1594 (patch) | |
tree | 707b7f6055e8cd6d11f1034ed6296470bc437416 /docker-compose.yml | |
parent | EH tests: Fix InWhitelistCheckFailure import path (diff) | |
parent | Merge pull request #1287 from python-discord/help-channel-msg (diff) |
Merge branch 'master' into error-handler-test
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index cff7d33d6..0002d1d56 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: - "127.0.0.1:6379:6379" snekbox: - image: pythondiscord/snekbox:latest + image: ghcr.io/python-discord/snekbox:latest init: true ipc: none ports: @@ -26,7 +26,7 @@ services: privileged: true web: - image: pythondiscord/site:latest + image: ghcr.io/python-discord/site:latest command: ["run", "--debug"] networks: default: @@ -41,6 +41,7 @@ services: - postgres environment: DATABASE_URL: postgres://pysite:pysite@postgres:5432/pysite + METRICITY_DB_URL: postgres://pysite:pysite@postgres:5432/metricity SECRET_KEY: suitable-for-development-only STATIC_ROOT: /var/www/static |