Dispatch network config in services
This commit is contained in:
parent
4437d17663
commit
75df1be7f7
13 changed files with 55 additions and 32 deletions
|
|
@ -28,3 +28,9 @@ services:
|
|||
- traefik.http.routers.blog.entrypoints=https
|
||||
- traefik.http.routers.blog.tls=true
|
||||
- traefik.docker.network=blog-frontend
|
||||
|
||||
networks:
|
||||
blog-frontend:
|
||||
name: blog-frontend
|
||||
blog-backend:
|
||||
name: blog-backend
|
||||
Loading…
Add table
Add a link
Reference in a new issue