bullmoose20 126afbd84f
first release of config with information about PPM integration (#633)
* updates to schema (flixpatrol is back in limited fashion) and new version of status made me move some other overlays down a little to accommodate

* added a movie metadata_file

* updated for 1.20

* updates for 1.20

* updated because some items now require nightly6

* update README.md

* add separator_franchise

* in preparation for the content_rating_au as a default

* minor update

* minor tweaks

* remove flizpatrol, update mass_*update section, add more seasonal

* additional fixes from ruamel checker

* new config to get ready for PlexPosterMaker

* first release of config with information about PPM integration

* added my docker-compose.yml for Unraid
2024-03-19 14:43:58 +01:00

21 lines
418 B
YAML

services:
ppm:
hostname: "ppm"
container_name: "ppm"
environment:
- "PGID=100"
- "PUID=99"
- "TZ=America/New_York"
- "UMASK=002"
- "TERM=xterm"
- "RUN_TIME=10:30,19:30"
image: "ghcr.io/fscorrupt/docker-ppm:latest"
restart: "unless-stopped"
networks:
- "ppm"
volumes:
- "/mnt/user/appdata/ppm:/config:rw"
networks:
ppm:
driver: bridge