We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2acafe8 commit b50388dCopy full SHA for b50388d
docker-compose.yml
@@ -80,6 +80,14 @@ services:
80
orchestrator:
81
hostname: orchestrator
82
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
91
volumes:
92
- ./config/orchestrator.conf.json:/etc/orchestrator.conf.json
93
- type: volume
0 commit comments