CHANGE: Added container names

This commit is contained in:
2025-08-27 19:59:38 +02:00
parent e7ca7182c0
commit 543272ded8

View File

@@ -10,6 +10,7 @@
services:
mongo:
image: mongo
contaoner_name: komodo-mongo
labels:
komodo.skip: # Prevent Komodo from stopping with StopAllContainers
command: --quiet --wiredTigerCacheSizeGB 0.25
@@ -25,6 +26,7 @@ services:
core:
image: ghcr.io/moghtech/komodo-core:${COMPOSE_KOMODO_IMAGE_TAG:-latest}
contaoner_name: komodo-core
labels:
komodo.skip: # Prevent Komodo from stopping with StopAllContainers
restart: unless-stopped
@@ -56,6 +58,7 @@ services:
## https://github.com/moghtech/komodo/tree/main/scripts
periphery:
image: ghcr.io/moghtech/komodo-periphery:${COMPOSE_KOMODO_IMAGE_TAG:-latest}
contaoner_name: komodo-periphery
labels:
komodo.skip: # Prevent Komodo from stopping with StopAllContainers
restart: unless-stopped