services: emby-thumb-gen: build: . container_name: emby-thumb-gen ports: - "8500:8500" environment: - EMBY_URL=http://your-emby-server:8096 - EMBY_API_KEY=your-api-key-here # Optional external artwork providers: # - TMDB_BEARER_TOKEN=your-tmdb-read-access-token # - TMDB_API_KEY=your-tmdb-v3-api-key # - GOOGLE_CUSTOM_SEARCH_API_KEY=your-google-api-key # - GOOGLE_CUSTOM_SEARCH_ENGINE_ID=your-google-search-engine-id volumes: - ./output:/app/output - ./cache:/app/cache restart: unless-stopped