aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-11-07 18:35:37 +0200
committerGravatar GitHub <[email protected]>2020-11-07 18:35:37 +0200
commit3081cb5824342c966fdc8a15d1491417f082bdba (patch)
treeac4776565e2e576dad0c150e7dd3582c1a1cba84 /docker-compose.yml
parentHelp: Show different message for case when command is disabled (diff)
parentMerge pull request #1219 from python-discord/bug/ci/cache-continue-on-error (diff)
Merge branch 'master' into help-disabled-command
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index cff7d33d6..8be5aac0e 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -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