Dispatch network config in services
This commit is contained in:
parent
4437d17663
commit
75df1be7f7
13 changed files with 55 additions and 32 deletions
|
|
@ -36,4 +36,6 @@ services:
|
|||
- traefik.http.routers.dashy.tls=true
|
||||
- traefik.docker.network=wwww-frontend
|
||||
|
||||
|
||||
networks:
|
||||
wwww-frontend:
|
||||
name: wwww-frontend
|
||||
|
|
|
|||
|
|
@ -22,4 +22,6 @@ services:
|
|||
- traefik.http.routers.dashy.tls=true
|
||||
- traefik.docker.network=wwww-frontend
|
||||
|
||||
|
||||
networks:
|
||||
wwww-frontend:
|
||||
name: wwww-frontend
|
||||
|
|
@ -16,3 +16,6 @@ services:
|
|||
- traefik.http.routers.www.tls=true
|
||||
- traefik.docker.network=wwww-frontend
|
||||
|
||||
networks:
|
||||
wwww-frontend:
|
||||
name: wwww-frontend
|
||||
Loading…
Add table
Add a link
Reference in a new issue