Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CONF
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UvA
CONF
Commits
3a57f3e2
Commit
3a57f3e2
authored
Jan 26, 2020
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simple start script
parent
2b91175d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Dockerfile
drip-planner/Dockerfile
+1
-1
simple_start_dockers.sh
simple_start_dockers.sh
+3
-3
No files found.
drip-planner/Dockerfile
View file @
3a57f3e2
...
...
@@ -9,4 +9,4 @@ RUN pip3 install --no-cache-dir -r requirements.txt
COPY
. /usr/src/app
CMD
["python3 __main__.py $RABBITMQ_HOST planner"]
CMD
python3 __main__.py $RABBITMQ_HOST planner
simple_start_dockers.sh
View file @
3a57f3e2
...
...
@@ -6,11 +6,11 @@ sudo docker start mongo-inst
sleep
2
sudo
docker start some-rabbit
sleep
2
sudo
docker run
-d
sure-tosca:3.0.0
sudo
docker run
-d
alogo53/
sure-tosca:3.0.0
sleep
6
sudo
docker run
-e
MONGO_HOST
=
172.17.0.2
-e
RABBITMQ_HOST
=
172.17.0.3
-e
SURE_TOSCA_BASE_PATH
=
'http\:\/\/172.17.0.4\/8081\/tosca-sure\/1.0.0\/'
-p
8085:8080
-d
alogo53/drip-manager:3.0.0
sudo
docker run
-
it
-e
RABBITMQ_HOST
=
172.17.0.3
-e
SURE_TOSCA_BASE_PATH
=
'http\:\/\/172.17.0.4\/8081\/tosca-sure\/1.0.0\/'
drip-planner:3.0.0
sudo
docker run
-
e
RABBITMQ_HOST
=
172.17.0.3
-e
SURE_TOSCA_BASE_PATH
=
'http\:\/\/172.17.0.4\/8081\/tosca-sure\/1.0.0\/'
-d
alogo53/
drip-planner:3.0.0
# sudo docker run -it -e RABBITMQ_HOST=172.17.0.3 -e SURE_TOSCA_BASE_PATH='http\:\/\/172.17.0.4\/8081\/tosca-sure\/1.0.0\/'
alogo53/drip-provisioner:3.0.0
sudo
docker run
-e
RABBITMQ_HOST
=
172.17.0.3
-e
SURE_TOSCA_BASE_PATH
=
'http\:\/\/172.17.0.4\/8081\/tosca-sure\/1.0.0\/'
-d
alogo53/drip-provisioner:3.0.0
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