[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
59164b6617
commit
fb8016635f
1 changed files with 14 additions and 0 deletions
14
compose.yaml
14
compose.yaml
|
|
@ -4,6 +4,20 @@ networks:
|
||||||
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
|
configarr:
|
||||||
|
image: ghcr.io/raydak-labs/configarr:latest
|
||||||
|
container_name: configarr
|
||||||
|
#user: 1000:1000 # Optional, defaults to root:root
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
gluetun:
|
gluetun:
|
||||||
image: qmcgaw/gluetun:latest
|
image: qmcgaw/gluetun:latest
|
||||||
container_name: gluetun
|
container_name: gluetun
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue