Skip to content

Commit 85a285a

Browse files
author
Shlomi Noach
committed
cleanup
1 parent f6ea377 commit 85a285a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Dockerfile.packaging

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
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

173
FROM golang:1.12.6
184

0 commit comments

Comments
 (0)