Sanitized mirror from private repository - 2026-04-20 01:32:01 UTC
This commit is contained in:
28
hosts/synology/atlantis/theme-park/theme-park.yaml
Normal file
28
hosts/synology/atlantis/theme-park/theme-park.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
# Theme.Park - Self-hosted CSS themes for various apps
|
||||
# https://github.com/themepark-dev/theme.park
|
||||
#
|
||||
# Self-hosting eliminates external dependency on GitHub/CDN
|
||||
# All themed apps should set: TP_DOMAIN=atlantis:8580
|
||||
#
|
||||
# Themed apps on Atlantis:
|
||||
# - sonarr, radarr, lidarr, bazarr, prowlarr, tautulli
|
||||
# - sabnzbd, jackett, whisparr, jellyseerr, deluge
|
||||
# - plex, portainer, syncthing
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
theme-park:
|
||||
image: ghcr.io/themepark-dev/theme.park:latest
|
||||
container_name: theme-park
|
||||
environment:
|
||||
- PUID=1029
|
||||
- PGID=100
|
||||
- TZ=America/Los_Angeles
|
||||
ports:
|
||||
- "8580:80"
|
||||
- "8543:443"
|
||||
volumes:
|
||||
- /volume2/metadata/docker2/theme-park:/config
|
||||
restart: unless-stopped
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
Reference in New Issue
Block a user