Add Theme Park

This commit is contained in:
2022-06-28 19:20:54 +01:00
parent ecb9277565
commit 06aef699b2

View File

@@ -85,6 +85,19 @@ services:
networks:
- authelia
theme_park:
image: ghcr.io/gilbn/theme.park
container_name: theme_park
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
volumes:
- /home/nick/configs/routing/theme_park:/config
networks:
- proxy
whoami:
image: containous/whoami
container_name: whoami