Update exposed ports in compose.override.yaml for database, redis, and rabbitmq

This commit is contained in:
2025-12-19 11:56:36 +01:00
parent 5b71d1b522
commit 4042cdd59c

View File

@@ -2,7 +2,7 @@ services:
###> doctrine/doctrine-bundle ###
database:
ports:
- "127.0.0.1:5454:5432"
- "127.0.0.1:5455:5432"
###< doctrine/doctrine-bundle ###
###> symfony/mailer ###
@@ -14,20 +14,20 @@ services:
environment:
MP_SMTP_AUTH_ACCEPT_ANY: 1
MP_SMTP_AUTH_ALLOW_INSECURE: 1
###< symfony/mailer ###
###< symfony/mailer ###
redis:
ports:
- 127.0.0.1:6363:6379
- 127.0.0.1:6364:6379
relatorio:
ports:
- 8888
rabbitmq:
ports:
- 127.0.0.1:5689:5672
- 127.0.0.1:15689:15672
- 127.0.0.1:5690:5672
- 127.0.0.1:15690:15672
# required to make data persistent
hostname: my-rabbit
volumes: