fix(tmdb-addon): update env vars

This commit is contained in:
Viren070
2025-07-22 19:56:27 +01:00
parent 2d36a43891
commit 26314cd3ca
2 changed files with 8 additions and 1 deletions
+4
View File
@@ -4,3 +4,7 @@ TMDB_API_KEY=
FANART_API_KEY=
# Tip: The information that TMDb and Fanart.tv ask from you does not need to be real.
# Metrics configuration
METRICS_USER=admin
METRICS_PASSWORD=
+4 -1
View File
@@ -9,8 +9,11 @@ services:
- PORT=3232
- TMDB_API=${TMDB_API_KEY?} # https://www.themoviedb.org/settings/api
- FANART_API=${FANART_API_KEY?} # https://fanart.tv/get-an-api-key/
- HOST_NAME=${TMDB_ADDON_HOSTNAME?}
- HOST_NAME=https://${TMDB_ADDON_HOSTNAME?}
- MONGODB_URI=mongodb://mongodb:27017/tmdb
- MONGODB_METRICS=mongodb://mongodb:27017/tmdb_metrics
- METRICS_USER=${METRICS_USER?}
- METRICS_PASSWORD=${METRICS_PASSWORD?}
- META_TTL=604800 # 1 week
- CATALOG_TTL=86400 # 1 day
- NO_CACHE=false # Enable cache, set to true to disable