mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-25 17:00:40 +02:00
network isolation
This commit is contained in:
@@ -13,11 +13,11 @@ services:
|
||||
volumes:
|
||||
- ${ROOT_INSTALL}/data/dokuwiki:/config
|
||||
networks:
|
||||
- srv
|
||||
- dokuwiki-frontend
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.dokuwiki.rule=Host(`${HOST_DOKUWIKI}.${DOMAIN}`)
|
||||
- traefik.http.routers.dokuwiki.entrypoints=https
|
||||
- traefik.http.routers.dokuwiki.tls=true
|
||||
|
||||
- traefik.http.routers.dokuwiki.tls=true
|
||||
- traefik.docker.network=dokuwiki-frontend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user