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
e2237c1f
Commit
e2237c1f
authored
Apr 03, 2019
by
Daniel Seybold
Browse files
removed outdated worklaod-api IP and added /tmp for cert file of colosseum-service and orchestrator
parent
546d7023
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
docker-compose.yml
docker-compose.yml
+3
-3
env-template
env-template
+0
-1
No files found.
docker-compose.yml
View file @
e2237c1f
...
...
@@ -40,8 +40,8 @@ services:
-
PUBLIC_IP=${PUBLIC_IP}
ports
:
-
9000:9000
#
volumes:
#
- /
var/log/db-evaluator-colosseum:/opt/docker-init/logs
volumes
:
-
/
tmp:/tmp
cloudiator-etcd
:
depends_on
:
-
"
cloudiator-service"
...
...
@@ -95,13 +95,13 @@ services:
environment
:
-
COLOSSEUM_URI=cloudiator-service
-
APPLICATION_DEPLOYMENT_LIBRARY_URI=application-catalogue
-
WORKLOAD_API_URI=${WORKLOAD_API_IP}
-
INFLUXDB_URL=${PUBLIC_IP}:8086
-
PUBLIC_IP=${PUBLIC_IP}
ports
:
-
8282:8282
volumes
:
-
/opt/evaluation-results/:/opt/evaluation-results/
-
/tmp:/tmp
application-catalogue
:
depends_on
:
-
"
cloudiator-service"
...
...
env-template
View file @
e2237c1f
#mandatory
PUBLIC_IP=1.2.3.4
WORKLOAD_API_IP=1.2.3.4
SCRIPT_DOWNLOAD_ENDPOINT=https://omi-gitlab.e-technik.uni-ulm.de/mowgli/dbms-catalogue-scripts/raw/master
DATABASE_USER=cloudiator
...
...
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