From 5fc737b16a0d0182ed688b2c8a51b42c46c42213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Rialland?= Date: Wed, 24 Dec 2025 03:25:50 +0100 Subject: [PATCH] docs(docker-compose): Prevent git zombie processes --- compose/ferretdb.compose.yaml | 2 ++ compose/mongo.compose.yaml | 2 ++ compose/periphery.compose.yaml | 1 + 3 files changed, 5 insertions(+) diff --git a/compose/ferretdb.compose.yaml b/compose/ferretdb.compose.yaml index 2147442aa..f7cd3a25a 100644 --- a/compose/ferretdb.compose.yaml +++ b/compose/ferretdb.compose.yaml @@ -42,6 +42,7 @@ services: core: image: ghcr.io/moghtech/komodo-core:${COMPOSE_KOMODO_IMAGE_TAG:-latest} + init: true # Prevent git zombie processes labels: komodo.skip: # Prevent Komodo from stopping with StopAllContainers restart: unless-stopped @@ -71,6 +72,7 @@ services: ## https://github.com/moghtech/komodo/tree/main/scripts periphery: image: ghcr.io/moghtech/komodo-periphery:${COMPOSE_KOMODO_IMAGE_TAG:-latest} + init: true # Prevent git zombie processes labels: komodo.skip: # Prevent Komodo from stopping with StopAllContainers restart: unless-stopped diff --git a/compose/mongo.compose.yaml b/compose/mongo.compose.yaml index 6893b0ffd..d73367028 100644 --- a/compose/mongo.compose.yaml +++ b/compose/mongo.compose.yaml @@ -25,6 +25,7 @@ services: core: image: ghcr.io/moghtech/komodo-core:${COMPOSE_KOMODO_IMAGE_TAG:-latest} + init: true # Prevent git zombie processes labels: komodo.skip: # Prevent Komodo from stopping with StopAllContainers restart: unless-stopped @@ -54,6 +55,7 @@ services: ## https://github.com/moghtech/komodo/tree/main/scripts periphery: image: ghcr.io/moghtech/komodo-periphery:${COMPOSE_KOMODO_IMAGE_TAG:-latest} + init: true # Prevent git zombie processes labels: komodo.skip: # Prevent Komodo from stopping with StopAllContainers restart: unless-stopped diff --git a/compose/periphery.compose.yaml b/compose/periphery.compose.yaml index 53014e5f6..a2ab69a5e 100644 --- a/compose/periphery.compose.yaml +++ b/compose/periphery.compose.yaml @@ -8,6 +8,7 @@ services: periphery: image: ghcr.io/moghtech/komodo-periphery:${COMPOSE_KOMODO_IMAGE_TAG:-latest} + init: true # Prevent git zombie processes labels: komodo.skip: # Prevent Komodo from stopping with StopAllContainers restart: unless-stopped