Files
plex-age-limit-setter/plex-age-setter.container
T
oval 3d6a2008bb initial commit: Plex Age Limit Setter
FastAPI service that syncs content ratings on Plex libraries,
with MCP tool server, scheduled sync, and Podman Quadlet deployment.
2026-07-09 23:38:31 +02:00

20 lines
450 B
INI

[Unit]
Description=Plex Age Limit Setter
Documentation=https://github.com/yourusername/plex-age-limit-setter
[Container]
Image=localhost/plex-age-setter:latest
ContainerName=plex-age-setter
EnvironmentFile=.env
Network=host
PublishPort=8000:8000
Label=app=plex-age-setter
HealthCmd=curl -sf http://localhost:8000/health || exit 1
HealthInterval=30s
HealthRetries=3
HealthStartPeriod=10s
[Install]
WantedBy=default.target
WantedBy=multi-user.target