Add Theme Park
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user