cleanup
This commit is contained in:
parent
f6ea377a4b
commit
85a285a9e4
@ -1,18 +1,4 @@
|
||||
# Requires Docker 17.09 or later (multi stage builds)
|
||||
#
|
||||
# Orchestrator will look for a configuration file at /etc/orchestrator.conf.json.
|
||||
# It will listen on port 3000.
|
||||
# If not present a minimal configuration will be generated using the following environment variables:
|
||||
#
|
||||
# Default variables which can be used are:
|
||||
#
|
||||
# ORC_TOPOLOGY_USER (default: orchestrator): username used by orchestrator to login to MySQL when polling/discovering
|
||||
# ORC_TOPOLOGY_PASSWORD (default: orchestrator): password needed to login to MySQL when polling/discovering
|
||||
# ORC_DB_HOST (default: orchestrator): orchestrator backend MySQL host
|
||||
# ORC_DB_PORT (default: 3306): port used by orchestrator backend MySQL server
|
||||
# ORC_DB_NAME (default: orchestrator): database named used by orchestrator backend MySQL server
|
||||
# ORC_USER (default: orc_server_user): username used to login to orchestrator backend MySQL server
|
||||
# ORC_PASSWORD (default: orc_server_password): password used to login to orchestrator backend MySQL server
|
||||
|
||||
FROM golang:1.12.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user