17 lines
427 B
Plaintext
17 lines
427 B
Plaintext
# Træfik
|
|
TRAEFIK_ENABLED=true
|
|
TRAEFIK_NETWORK=traefik
|
|
TRAEFIK_ROUTER=jellyfin_example_com
|
|
TRAEFIK_SERVICE=jellyfin_example_com
|
|
TRAEFIK_SERVICE_PORT=8096
|
|
TRAEFIK_MATCHRULE=Host(`jellyfin.example.com`)
|
|
TRAEFIK_TLSENABLED=true
|
|
TRAEFIK_CERTRESOLVER=letsencrypt
|
|
TRAEFIK_HTTP_MIDDLEWARES=http-to-https
|
|
TRAEFIK_HTTPS_MIDDLEWARES=hsts
|
|
|
|
# Jellyfin
|
|
JELLYFIN_VERSION=latest
|
|
JELLYFIN_DATA=./data
|
|
JELLYFIN_URL=https://jellyfin.example.com
|