Responsiveness tweaks

This commit is contained in:
2026-05-27 09:13:18 +12:00
parent b8342e07a8
commit c8838a485d
3 changed files with 156 additions and 38 deletions
+17 -10
View File
@@ -1,18 +1,25 @@
services:
emby-thumb-gen:
embycovers:
build: .
container_name: emby-thumb-gen
container_name: embytoolkit
ports:
- "8500:8500"
environment:
- EMBY_URL=http://your-emby-server:8096
- EMBY_API_KEY=your-api-key-here
- TZ=Pacific/Auckland
- EMBY_URL=http://10.0.0.2:8096
- EMBY_API_KEY=b9af54b630f6448289ab96422add567a
# 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
# - TMDB_BEARER_TOKEN=
# - TMDB_API_KEY=
# - GOOGLE_CUSTOM_SEARCH_API_KEY=
# - GOOGLE_CUSTOM_SEARCH_ENGINE_ID=
volumes:
- ./output:/app/output
- ./cache:/app/cache
- /share/Docker/embytoolkit/output:/app/output
- /share/Docker/embytoolkit/cache:/app/cache
restart: unless-stopped
networks:
- npm_network
networks:
npm_network:
external: true