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:
watchstate:
image: ghcr.io/arabcoders/watchstate:latest
container_name: watchstate
restart: unless-stopped
user: "1000:10000"
ports:
- "8080:8080"
volumes:
- /home/docker/watchstate:/config