fix: move DB to web network (Docker 29.4.0 ICC bug)
This commit is contained in:
@@ -15,7 +15,6 @@ services:
|
||||
condition: service_healthy
|
||||
networks:
|
||||
- web
|
||||
- podcasts-internal
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.podcasts.rule=Host(`podcasts.santinova-soft.org`)"
|
||||
@@ -37,7 +36,7 @@ services:
|
||||
volumes:
|
||||
- podcasts-db-data:/var/lib/mysql
|
||||
networks:
|
||||
- podcasts-internal
|
||||
- web
|
||||
healthcheck:
|
||||
test: ["CMD", "mysqladmin", "ping", "-h", "localhost", "-u", "root", "-pPodcastsRootDB2026!"]
|
||||
interval: 10s
|
||||
@@ -47,8 +46,5 @@ services:
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
podcasts-internal:
|
||||
driver: bridge
|
||||
|
||||
volumes:
|
||||
podcasts-db-data:
|
||||
|
||||
Reference in New Issue
Block a user