keep using old db name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
stevensting 2025-02-12 16:59:32 +01:00
parent 63ecaa148e
commit 09269f2303

View File

@ -3,7 +3,7 @@ version: "3.8"
x-db-env: &db-env
POSTGRES_PASSWORD_FILE: /run/secrets/db_password
POSTGRES_DB: postgres
POSTGRES_DB: loomio_production
POSTGRES_USER: postgres
x-redis-env: &redis-env