Add config for swag

This commit is contained in:
TheThomaas 2023-06-10 09:58:23 +02:00
parent efe1d6d68f
commit 81f54ee5ff

View file

@ -9,6 +9,16 @@ services:
PUID: $PUID
PGID: $PGID
TZ: $TZ
ports:
- 81:80
# ports:
# - 81:80
networks:
- proxy
labels:
- swag=enable
- swag_url=heimdall.${LOCAL_DOMAIN}
- swag_port=80
restart: unless-stopped
networks:
proxy:
driver: bridge