Dispatch network config in services

This commit is contained in:
Yax 2022-12-07 18:52:49 +01:00
parent 4437d17663
commit 75df1be7f7
13 changed files with 55 additions and 32 deletions

View file

@ -36,4 +36,6 @@ services:
- traefik.http.routers.dashy.tls=true
- traefik.docker.network=wwww-frontend
networks:
wwww-frontend:
name: wwww-frontend

View file

@ -22,4 +22,6 @@ services:
- traefik.http.routers.dashy.tls=true
- traefik.docker.network=wwww-frontend
networks:
wwww-frontend:
name: wwww-frontend

View file

@ -16,3 +16,6 @@ services:
- traefik.http.routers.www.tls=true
- traefik.docker.network=wwww-frontend
networks:
wwww-frontend:
name: wwww-frontend