Set database port

This commit is contained in:
myrmidex 2026-06-02 16:28:11 +00:00
parent dcaa09aa6f
commit ba1035fc9a
2 changed files with 6 additions and 5 deletions

1
.env.local.example Normal file
View file

@ -0,0 +1 @@
DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8"

View file

@ -1,12 +1,11 @@
services:
###> doctrine/doctrine-bundle ###
###> doctrine/doctrine-bundle ###
database:
ports:
- "5432"
###< doctrine/doctrine-bundle ###
- "5432:5432"
###< doctrine/doctrine-bundle ###
###> symfony/mailer ###
###> symfony/mailer ###
mailer:
image: axllent/mailpit
ports:
@ -15,4 +14,5 @@ services:
environment:
MP_SMTP_AUTH_ACCEPT_ANY: 1
MP_SMTP_AUTH_ALLOW_INSECURE: 1
###< symfony/mailer ###