--- services: app: image: lscr.io/linuxserver/bazarr:amd64-1.6.0 networks: - proxy deploy: restart_policy: condition: on-failure labels: - "traefik.enable=true" - "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=6767" - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" ## When you're ready for release, run "abra recipe sync " to set this - "coop-cloud.${STACK_NAME}.version=0.1.0+amd64-1.6.0" ## Enable backups: https://docs.coopcloud.tech/maintainers/handbook/#how-do-i-configure-backuprestore # - "backupbot.backup=true" # - "backupbot.backup.path=/some/path" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:6767/api/system/ping"] interval: 30s timeout: 10s retries: 10 start_period: 5s environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC volumes: - radarr_config:/config - ${MEDIA_VOLUME:-/dev/null:/tmp/.dummy} networks: proxy: external: true volumes: radarr_config: