aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-10-18 09:20:09 +0300
committerGravatar GitHub <[email protected]>2020-10-18 09:20:09 +0300
commitdaf02da74a5fe5c3a5aa955ffe49e0af3b3372e1 (patch)
treed290a100979412a671d5241e4541c47671c9d483 /docker-compose.yml
parentFix linting for voice gate and voice ban (diff)
parentAllow !eval in #code-help-voice-2 (diff)
Merge branch 'master' into voice-gate
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