[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
fb8016635f
commit
e1015e1ddd
1 changed files with 17 additions and 5 deletions
20
compose.yaml
20
compose.yaml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue