Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mowgli
docker
Commits
8e300d33
Commit
8e300d33
authored
Dec 17, 2018
by
Daniel Seybold
Browse files
readded influx url to configure monitoring chain via orchestrator
parent
1f32dc24
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
docker-compose.yml
docker-compose.yml
+1
-0
env-template
env-template
+7
-3
No files found.
docker-compose.yml
View file @
8e300d33
...
...
@@ -92,6 +92,7 @@ services:
-
COLOSSEUM_URI=colosseum-service
-
APPLICATION_DEPLOYMENT_LIBRARY_URI=application-catalogue
-
WORKLOAD_API_URI=${WORKLOAD_API_IP}
-
INFLUXDB_URL=http://${PUBLIC_IP}:8086
ports
:
-
8282:8282
volumes
:
...
...
env-template
View file @
8e300d33
#mandatory
PUBLIC_IP=1.2.3.4
WORKLOAD_API_IP=1.2.3.4
DATABASE_USER=cloudiator
DATABASE_PASSWORD=secret2018
DATABASE_ROOT_PW=topsecret2018
DATABASE_DB=colosseum
#optional
INFLUXDB_DB=telegraf
INFLUXDB_USER=carlos
INFLUXDB_PW=criminal
INFLUXDB_ADMIN=influxadmin
INFLUXDB_ADMIN_PW=topsecret
PUBLIC_IP=1.2.3.4
WORKLOAD_API_IP=1.2.3.4
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment