Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
docker
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mowgli
docker
Commits
e2237c1f
Commit
e2237c1f
authored
Apr 03, 2019
by
Daniel Seybold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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