mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 17:56:26 +00:00
Fix errors in Jellyfin recipe
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
@@ -61,22 +61,13 @@ services:
|
|||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /var/data/jellyfin:/config
|
- /var/data/jellyfin:/config
|
||||||
- /var/data/runtime/jellyfin:/cache
|
- /var/data/runtime/jellyfin:/cache
|
||||||
- /var/data/jellyfin/jellyfin:/config
|
|
||||||
- /srv/data/:/data
|
- /srv/data/:/data
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
# traefik common
|
- "traefik.enable=true"
|
||||||
- traefik.enable=true
|
- "traefik.docker.network=traefik_public"
|
||||||
- traefik.docker.network=traefik_public
|
|
||||||
|
|
||||||
# traefikv1
|
|
||||||
- traefik.frontend.rule=Host:jellyfin.example.com
|
|
||||||
- traefik.port=8096
|
|
||||||
|
|
||||||
# traefikv2
|
|
||||||
- "traefik.http.routers.jellyfin.rule=Host(`jellyfin.example.com`)"
|
- "traefik.http.routers.jellyfin.rule=Host(`jellyfin.example.com`)"
|
||||||
- "traefik.http.services.jellyfin.loadbalancer.server.port=8096"
|
- "traefik.http.services.jellyfin.loadbalancer.server.port=8096"
|
||||||
- "traefik.enable=true"
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- traefik_public
|
- traefik_public
|
||||||
|
|||||||
Reference in New Issue
Block a user