[Komodo] admin: Write Stack File: update compose.yaml

This commit is contained in:
komodo 2025-10-02 13:44:15 +02:00
parent fb8016635f
commit e1015e1ddd

View file

@ -12,11 +12,23 @@ services:
environment:
- TZ=Europe/Berlin
volumes:
- /app-config/congiarr/config:/app/config # Contains the config.yml and secrets.yml
- /app-config/congiarr/dockerrepos:/app/repos # Cache repositories
- /app-config/congiarr/custom/cfs:/app/cfs # Optional if custom formats locally provided
- /app-config/congiarr/custom/templates:/app/templates # Optional if custom templates
- /app-config/configarr/config:/app/config # Contains the config.yml and secrets.yml
- /app-config/configarr/dockerrepos:/app/repos # Cache repositories
- /app-config/configarr/custom/cfs:/app/cfs # Optional if custom formats locally provided
- /app-config/configarr/custom/templates:/app/templates # Optional if custom templates
prowlarr:
container_name: prowlarr
image: ghcr.io/hotio/prowlarr
ports:
- "9696:9696"
environment:
- PUID=1000
- PGID=1000
- UMASK=002
- TZ=Europe/Berlin
volumes:
- /app-config/prowlarr:/config
gluetun:
image: qmcgaw/gluetun:latest