network isolation

This commit is contained in:
Yax 2021-12-12 12:02:11 +01:00
parent f8c8767a83
commit 2ea59dfae3
19 changed files with 121 additions and 42 deletions

View file

@ -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: