Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ####################### NETWORKS
- networks:
- default:
- driver: bridge
- ####################### SERVICES
- services:
- jellyfin:
- image: jellyfin/jellyfin:latest
- container_name: jellyfin
- restart: unless-stopped
- environment:
- - PUID=1000
- - PGID=1000
- - TZ=UTC
- networks:
- - default
- volumes:
- - /home/bahnstern/jellyfin/config:/config
- - /home/bahnstern/jellyfin/shows:/shows
- - /home/bahnstern/jellyfin/movies:/movies
- - /dev/shm:/data/transcode
- devices:
- - /dev/dri:/dev/dri
- ports:
- - 8096:8096
- heimdall:
- image: lscr.io/linuxserver/heimdall:latest
- container_name: heimdall
- environment:
- - PUID=1000
- - PGID=1000
- - TZ=Etc/UTC
- volumes:
- - /home/bahnstern/heimdall/config:/config
- ports:
- - 80:80
- - 443:443
- restart: unless-stopped
Advertisement
Add Comment
Please, Sign In to add comment