Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions compose/ferretdb.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions compose/mongo.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions compose/periphery.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down