feat: add jellyfin template

This commit is contained in:
Samuel
2024-07-22 20:34:26 +03:00
parent 54aaa511d5
commit 94bcea36c6

View File

@@ -4,6 +4,8 @@ services:
image: jellyfin/jellyfin:10
networks:
- dokploy-network
ports:
- ${JELLYFIN_PORT}
labels:
- "traefik.enable=true"
- "traefik.http.routers.${HASH}.rule=Host(`${JELLYFIN_HOST}`)"