From 2cc41344269c5407593c4beb1bea201aa3534959 Mon Sep 17 00:00:00 2001 From: xavier Date: Tue, 23 Jul 2024 22:10:28 +0200 Subject: [PATCH] add kometa --- kometa/compose.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 kometa/compose.yaml diff --git a/kometa/compose.yaml b/kometa/compose.yaml new file mode 100644 index 0000000..cc65db4 --- /dev/null +++ b/kometa/compose.yaml @@ -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 \ No newline at end of file