appstore-1panel/apps/jellyfin/versions/unstable/docker-compose.yml

20 lines
452 B
YAML
Raw Normal View History

version: "3"
services:
jellyfin:
container_name: ${CONTAINER_NAME}
restart: unless-stopped
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8096"
volumes:
- "./data/config:/config"
- "${CACHE_FOLDER_PATH}:/cache"
- "${MEDIA_FOLDER_PATH}:/media/media"
image: "jellyfinjellyfinunstable"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true