add jellyfin services
This commit is contained in:
parent
50124a7efa
commit
c0915a9695
5 changed files with 71 additions and 0 deletions
10
main-docker/watchstate/compose.yaml
Normal file
10
main-docker/watchstate/compose.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue