First batch

This commit is contained in:
Yugi
2025-04-13 00:25:40 +02:00
commit fd170b4e5d
18 changed files with 451 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
version: '3'
services:
flexget:
container_name: flexget
image: ghcr.io/flexget/flexget
restart: unless-stopped
command:
- daemon
- start
- --autoreload-config
volumes:
- /zstore/Docker-volumes/Flexget:/config
- /zstore/Docker-volumes/Flexget:/downloads
environment:
- TZ=Europe/Prague
- PUID=113
- PGID=121