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
|
condition: service_healthy
|
||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
- podcasts-internal
|
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.podcasts.rule=Host(`podcasts.santinova-soft.org`)"
|
- "traefik.http.routers.podcasts.rule=Host(`podcasts.santinova-soft.org`)"
|
||||||
@@ -37,7 +36,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- podcasts-db-data:/var/lib/mysql
|
- podcasts-db-data:/var/lib/mysql
|
||||||
networks:
|
networks:
|
||||||
- podcasts-internal
|
- web
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "mysqladmin", "ping", "-h", "localhost", "-u", "root", "-pPodcastsRootDB2026!"]
|
test: ["CMD", "mysqladmin", "ping", "-h", "localhost", "-u", "root", "-pPodcastsRootDB2026!"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
@@ -47,8 +46,5 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
web:
|
web:
|
||||||
external: true
|
external: true
|
||||||
podcasts-internal:
|
|
||||||
driver: bridge
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
podcasts-db-data:
|
podcasts-db-data:
|
||||||
|
|||||||
Reference in New Issue
Block a user