mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix(stremio-ai-search): update hostname references for stremio-ai-search in compose and env files
This commit is contained in:
@@ -18,7 +18,6 @@ services:
|
||||
# All the domains within this comma separated list will have specific pages protected with Authelia.
|
||||
# Do NOT include non-stremio addon domains here. It would mean that those services would not be fully protected, or in most cases not protected at all.
|
||||
TEMPLATE_STREMIO_ADDON_HOSTNAMES: >-
|
||||
${AI_SEARCH_HOSTNAME},
|
||||
${AIOLISTS_HOSTNAME},
|
||||
${AIOSTREAMS_HOSTNAME},
|
||||
${AIOSTREMIO_HOSTNAME},
|
||||
@@ -28,6 +27,7 @@ services:
|
||||
${EASYNEWS_PLUS_PLUS_HOSTNAME},
|
||||
${MEDIAFUSION_HOSTNAME},
|
||||
${JACKETTIO_HOSTNAME},
|
||||
${STREMIO_AI_SEARCH_HOSTNAME},
|
||||
${STREMIO_JACKETT_HOSTNAME},
|
||||
${STREMIO_LETTERBOXD_HOSTNAME},
|
||||
${STREMTHRU_HOSTNAME},
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# docker compose up -d ai-search --build --force-recreate
|
||||
# If you do not want to use the community image at all, simply change the image name to something like `stremio-ai-search`.
|
||||
|
||||
HOST=https://${AI_SEARCH_HOSTNAME}
|
||||
HOST=https://${STREMIO_AI_SEARCH_HOSTNAME}
|
||||
|
||||
# Must be at least 32 characters long,
|
||||
# Generate one using the following command:
|
||||
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- 7000
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.stremio-ai-search.rule=Host(`${AI_SEARCH_HOSTNAME}`)"
|
||||
- "traefik.http.routers.stremio-ai-search.rule=Host(`${STREMIO_AI_SEARCH_HOSTNAME}`)"
|
||||
- "traefik.http.routers.stremio-ai-search.entrypoints=websecure"
|
||||
- "traefik.http.routers.stremio-ai-search.tls.certresolver=letsencrypt"
|
||||
- "traefik.http.routers.stremio-ai-search.middlewares=authelia@docker"
|
||||
|
||||
Reference in New Issue
Block a user