add jellyfin services

This commit is contained in:
rebel onion 2025-06-21 08:13:42 -05:00
parent 50124a7efa
commit c0915a9695
5 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,10 @@
services:
jfa-go:
image: hrfee/jfa-go:unstable
container_name: jfa-go
ports:
- "8056:8056"
volumes:
- /home/docker/jfa-go:/data
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped