Convert compose files to yaml

toml conversion stopped working, don't want to fix it
This commit is contained in:
Marko Korhonen 2024-11-04 10:27:12 +02:00
parent 9014f87dfd
commit 037967efd7
49 changed files with 904 additions and 773 deletions

View file

@ -0,0 +1,33 @@
volumes:
config: {}
cache: {}
media:
external: true
nextcloud_data:
external: true
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
environment:
- TZ=Europe/Helsinki
ports:
- 8096:8096
networks:
- proxy
- authentik
restart: unless-stopped
volumes:
- config:/config
- cache:/cache
- media:/media
- nextcloud_data:/nextcloud_data
- /etc/localtime:/etc/localtime:ro
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
- /dev/dri/card1:/dev/dri/card0
networks:
proxy:
external: true
authentik:
external: true