plex excluder
Build and Push Docker Images / build-and-push (push) Successful in 1m14s

This commit is contained in:
2026-09-05 23:25:26 +02:00
parent 07924fe892
commit b20ebbfca6
9 changed files with 617 additions and 0 deletions
@@ -0,0 +1,18 @@
services:
plex-label-sync:
build: .
container_name: plex-label-sync
env_file:
- .env
environment:
TZ: Europe/Amsterdam
# Label:users — meerdere labels met ; gescheiden
# LABEL_ACCESS: "Debby:debby961;Kids:alice,bob"
CRON_SCHEDULE: "0 */6 * * *"
RUN_ON_START: "true"
DRY_RUN: "false"
volumes:
# Zelfde paden als in Plex → geen LOCAL_*/PLEX_* prefix-env nodig
- /path/to/Series:/mnt/Series
- /path/to/Movies:/mnt/Movies
restart: unless-stopped