improvements data stores and torrent pipeline

This commit is contained in:
chris
2025-09-25 22:59:22 +02:00
parent c6f4b733b3
commit 5609944f02
5 changed files with 14 additions and 8 deletions

View File

@@ -18,6 +18,7 @@ services:
- "com.centurylinklabs.watchtower.enable=true"
# Traefik
- "traefik.enable=true"
- "traefik.http.routers.kiwix.rule=Host(`kiwix.${LOCAL_DOMAIN}`)"
- "traefik.http.routers.kiwix.rule=Host(`wikipedia.${LOCAL_DOMAIN}`)"
- "traefik.http.routers.kiwix.entrypoints=https"
- 'traefik.http.routers.kiwix.tls=true'
- 'traefik.http.services.kiwix.loadbalancer.server.port=8080'