Fixed db name (#488)

This commit is contained in:
fabian9799 2021-09-06 03:06:01 +02:00 committed by GitHub
parent 976cf51092
commit cff7b68522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ services:
YAGPDB_HOST: $$cap_appname.$$cap_root_domain
YAGPDB_PQHOST: srv-captain--$$cap_appname-postgres
YAGPDB_PQUSERNAME: yagpdb
YAGPDB_PQDB: yagpdb_prod
YAGPDB_PQDB: yagpdb_production
YAGPDB_PQPASSWORD: $$cap_postgres_password
YAGPDB_REDIS: srv-captain--$$cap_appname-redis:6379
volumes: