fix: DATABASE_URL env var
This commit is contained in:
parent
a6a1f7711e
commit
af76729281
@ -16,7 +16,7 @@ services:
|
|||||||
start_period: 30s
|
start_period: 30s
|
||||||
environment:
|
environment:
|
||||||
# Run "composer require symfony/orm-pack" to install and configure Doctrine ORM
|
# 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:
|
SYMFONY_VERSION:
|
||||||
|
|
||||||
caddy:
|
caddy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user