add jellyfin services
This commit is contained in:
parent
50124a7efa
commit
c0915a9695
5 changed files with 71 additions and 0 deletions
13
main-docker/jellyfin-auto-collections/compose.yaml
Normal file
13
main-docker/jellyfin-auto-collections/compose.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
services:
|
||||
jellyfin-auto-collections:
|
||||
image: ghcr.io/ghomashudson/jellyfin-auto-collections:latest
|
||||
container_name: jellyfin-auto-collections
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
CRONTAB: ${CRONTAB:-0 0 * * *}
|
||||
TZ: America/Chicago
|
||||
JELLYFIN_SERVER_URL: ${JELLYFIN_SERVER_URL}
|
||||
JELLYFIN_API_KEY: ${JELLYFIN_API_KEY}
|
||||
JELLYFIN_USER_ID: ${JELLYFIN_USER_ID}
|
||||
volumes:
|
||||
- /home/docker/jellyfin-auto-collections:/app/config
|
Loading…
Add table
Add a link
Reference in a new issue