Skip to content

Commit f9c1c67

Browse files
committed
chore(container): add init flag
1 parent 34e0b4e commit f9c1c67

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

docker/komodo/compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ services:
2121
labels:
2222
komodo.skip:
2323
restart: unless-stopped
24+
init: true
2425
container_name: komodo-core
2526
depends_on:
2627
- mongo
@@ -38,6 +39,7 @@ services:
3839

3940
periphery:
4041
image: ghcr.io/moghtech/komodo-periphery:2.0.0
42+
init: true
4143
labels:
4244
komodo.skip:
4345
restart: unless-stopped

docker/komodo/connector/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ services:
66
labels:
77
komodo.skip:
88
restart: unless-stopped
9+
init: true
910
environment:
1011
PERIPHERY_ROOT_DIRECTORY: ${PERIPHERY_ROOT_DIRECTORY:-/etc/komodo}
1112
PERIPHERY_CORE_ADDRESS: komo.mafyuh.io

0 commit comments

Comments
 (0)