network isolation
This commit is contained in:
parent
f8c8767a83
commit
2ea59dfae3
19 changed files with 121 additions and 42 deletions
|
|
@ -5,7 +5,7 @@ services:
|
|||
container_name: wallabag
|
||||
image: wallabag/wallabag
|
||||
networks:
|
||||
- srv
|
||||
- wallabag-frontend
|
||||
expose:
|
||||
- 80
|
||||
volumes:
|
||||
|
|
@ -19,6 +19,7 @@ services:
|
|||
- traefik.http.routers.wallabag.rule=Host(`${HOST_WALLABAG}.${DOMAIN}`)
|
||||
- traefik.http.routers.wallabag.entrypoints=https
|
||||
- traefik.http.routers.wallabag.tls=true
|
||||
- traefik.docker.network=wallabag-frontend
|
||||
|
||||
volumes:
|
||||
wallabag_data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue