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

This commit is contained in:
komodo 2025-10-02 13:35:39 +02:00
parent 59164b6617
commit fb8016635f

View file

@ -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