fix: add external network configuration for condado-newsletter service in Docker Compose
All checks were successful
Build And Publish Production Image / Build And Publish Production Image (push) Successful in 17s
All checks were successful
Build And Publish Production Image / Build And Publish Production Image (push) Successful in 17s
This commit is contained in:
@@ -23,6 +23,8 @@ services:
|
||||
depends_on:
|
||||
condado-newsletter-postgres:
|
||||
condition: service_healthy
|
||||
networks:
|
||||
- external
|
||||
environment:
|
||||
SPRING_PROFILES_ACTIVE: prod
|
||||
SPRING_JPA_HIBERNATE_DDL_AUTO: ${SPRING_JPA_HIBERNATE_DDL_AUTO:-update}
|
||||
@@ -62,5 +64,8 @@ volumes:
|
||||
|
||||
networks:
|
||||
default:
|
||||
driver: bridge
|
||||
|
||||
external:
|
||||
name: traefik
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user