mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-12-09 23:32:31 -05:00
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
This commit is contained in:
20
bullmoose20/ppm/docker-compose.yml
Normal file
20
bullmoose20/ppm/docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
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
|
||||
Reference in New Issue
Block a user