mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-28 10:10:42 +02:00
network isolation
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user