1
0
Files
emby-tv-logo-tools/docker-compose.yml
Seth Van Niekerk 3efdc7b7bc
All checks were successful
Build & Push Docker Image / build-and-publish (push) Successful in 11s
containerize & enhance filtering
2026-02-08 12:03:17 -05:00

20 lines
569 B
YAML

version: '3.8'
services:
emby-logo-tools:
image: ghcr.io/sethwv/emby-logo-tools:latest
# build: . # Uncomment to build locally instead
container_name: emby-logo-tools
restart: unless-stopped
environment:
- EMBY_SERVER_URL=${EMBY_SERVER_URL}
- EMBY_API_KEY=${EMBY_API_KEY}
- MODE=${MODE:-copy}
- DRY_RUN=${DRY_RUN:-true}
- FIRST_ONLY=${FIRST_ONLY:-false}
- FORCE=${FORCE:-false}
- TAGS=${TAGS:-}
- CRON_SCHEDULE=${CRON_SCHEDULE:-0 3 * * *}
- RUN_ONCE=${RUN_ONCE:-false}
- TZ=${TZ:-UTC}