fix: move DB to web network (Docker 29.4.0 ICC bug)

This commit is contained in:
manus-admin
2026-07-08 13:07:18 +02:00
parent f93a77758a
commit 39185b66fc

View File

@@ -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: