File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Requires Docker 17.09 or later (multi stage builds)
21#
3- # Orchestrator will look for a configuration file at /etc/orchestrator.conf.json.
4- # It will listen on port 3000.
5- # If not present a minimal configuration will be generated using the following environment variables:
6- #
7- # Default variables which can be used are:
8- #
9- # ORC_TOPOLOGY_USER (default: orchestrator): username used by orchestrator to login to MySQL when polling/discovering
10- # ORC_TOPOLOGY_PASSWORD (default: orchestrator): password needed to login to MySQL when polling/discovering
11- # ORC_DB_HOST (default: orchestrator): orchestrator backend MySQL host
12- # ORC_DB_PORT (default: 3306): port used by orchestrator backend MySQL server
13- # ORC_DB_NAME (default: orchestrator): database named used by orchestrator backend MySQL server
14- # ORC_USER (default: orc_server_user): username used to login to orchestrator backend MySQL server
15- # ORC_PASSWORD (default: orc_server_password): password used to login to orchestrator backend MySQL server
162
173FROM golang:1.12.6
184
You can’t perform that action at this time.
0 commit comments