1
0
Fork 0

add kometa

This commit is contained in:
xavier 2024-07-23 22:10:28 +02:00
parent 705a9d2e9c
commit 2cc4134426
1 changed files with 17 additions and 0 deletions

17
kometa/compose.yaml Normal file
View File

@ -0,0 +1,17 @@
---
services:
kometa:
image: kometateam/kometa
container_name: mangrana_kometa
environment:
- PUID=1026
- PGID=100
- TZ=Europe/Madrid
#- KOMETA_CONFIG=/config/config.yml #optional
#- KOMETA_TIME=03:00 #optional
- KOMETA_RUN=True #optional
#- KOMETA_TEST=False #optional
#- KOMETA_NO_MISSING=False #optional
#- KOMETA_RUN_LIBRARIES=ktest
volumes:
- ./config:/config