Responsiveness tweaks
This commit is contained in:
+17
-10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user