mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat: add jellyfin template
This commit is contained in:
@@ -4,6 +4,8 @@ services:
|
|||||||
image: jellyfin/jellyfin:10
|
image: jellyfin/jellyfin:10
|
||||||
networks:
|
networks:
|
||||||
- dokploy-network
|
- dokploy-network
|
||||||
|
ports:
|
||||||
|
- ${JELLYFIN_PORT}
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.${HASH}.rule=Host(`${JELLYFIN_HOST}`)"
|
- "traefik.http.routers.${HASH}.rule=Host(`${JELLYFIN_HOST}`)"
|
||||||
|
|||||||
Reference in New Issue
Block a user