diff --git a/compose.yaml b/compose.yaml index 6598368..9aaf86e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,6 +4,20 @@ networks: 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: image: qmcgaw/gluetun:latest container_name: gluetun