fix: DATABASE_URL env var

This commit is contained in:
Kévin Dunglas 2020-11-24 22:23:16 +01:00
parent a6a1f7711e
commit af76729281
No known key found for this signature in database
GPG Key ID: 9D0C5D6EEB42C445

View File

@ -16,7 +16,7 @@ services:
start_period: 30s
environment:
# Run "composer require symfony/orm-pack" to install and configure Doctrine ORM
DATABASE_URL: postgresql://${POSTGRES_USER:-symfony}:${POSTGRES_PASSWORD:-ChangeMe}@db:5432/${POSTGRES_DB:-app}?serverVersion=${POSTGRES_VERSION:-13}
DATABASE_URL: postgresql://${POSTGRES_USER:-symfony}:${POSTGRES_PASSWORD:-ChangeMe}@database:5432/${POSTGRES_DB:-app}?serverVersion=${POSTGRES_VERSION:-13}
SYMFONY_VERSION:
caddy: