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