add kometa
This commit is contained in:
parent
705a9d2e9c
commit
2cc4134426
|
@ -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
|
Loading…
Reference in New Issue