Skip to content

Commit b50388d

Browse files
committed
Fix issue #4
1 parent 2acafe8 commit b50388d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker-compose.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ services:
8080
orchestrator:
8181
hostname: orchestrator
8282
image: openarkcode/orchestrator:latest
83+
command:
84+
- /bin/bash
85+
- -c
86+
- |
87+
/usr/local/orchestrator/orchestrator -c clusters
88+
/usr/local/orchestrator/orchestrator -c discover -i mysqlmaster:3306
89+
/usr/local/orchestrator/orchestrator -c discover -i mysqlslave:3306
90+
/usr/local/orchestrator/orchestrator http
8391
volumes:
8492
- ./config/orchestrator.conf.json:/etc/orchestrator.conf.json
8593
- type: volume

0 commit comments

Comments
 (0)