fix: add 'default' network to condado-newsletter service in Docker Compose
All checks were successful
Build And Publish Production Image / Build And Publish Production Image (push) Successful in 8s

This commit is contained in:
2026-03-28 14:04:02 -03:00
parent 363bfcb135
commit 1c4a35eea8

View File

@@ -25,6 +25,7 @@ services:
condition: service_healthy
networks:
- external
- default
environment:
SPRING_PROFILES_ACTIVE: prod
SPRING_JPA_HIBERNATE_DDL_AUTO: ${SPRING_JPA_HIBERNATE_DDL_AUTO:-update}