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
3f41ed96
Commit
3f41ed96
authored
Jan 26, 2020
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename property
parent
d14859a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
Dockerfile
drip-manager/Dockerfile
+8
-7
application.properties
drip-manager/src/main/resources/application.properties
+1
-1
No files found.
drip-manager/Dockerfile
View file @
3f41ed96
FROM
openjdk:11
COPY
target/drip-manager-3.0.0.jar drip-manager-3.0.0.jar
CMD
tail -f /dev/null
CMD
jar -xf drip-manager-3.0.0.jar BOOT-INF/classes/application.properties && \
sed -ie "s/^message.broker.host=.*/message.broker.host=$RABBITMQ_HOST/" BOOT-INF/classes/application.properties && \
sed -ie "s/^db.host=.*/db.host=$MONOG_HOST/" BOOT-INF/classes/application.properties && \
sed -ie "s/^sure_tosca.base.path=.*/sure_tosca.base.path=$SURE_TOSCA_BASE_PATH/" BOOT-INF/classes/application.properties && \
cat BOOT-INF/classes/application.properties && \
jar -uf drip-manager-3.0.0.jar BOOT-INF/classes/application.properties && \
java -jar drip-manager-3.0.0.jar
#
CMD jar -xf drip-manager-3.0.0.jar BOOT-INF/classes/application.properties && \
#
sed -ie "s/^message.broker.host=.*/message.broker.host=$RABBITMQ_HOST/" BOOT-INF/classes/application.properties && \
#
sed -ie "s/^db.host=.*/db.host=$MONOG_HOST/" BOOT-INF/classes/application.properties && \
#
sed -ie "s/^sure_tosca.base.path=.*/sure_tosca.base.path=$SURE_TOSCA_BASE_PATH/" BOOT-INF/classes/application.properties && \
#
cat BOOT-INF/classes/application.properties && \
#
jar -uf drip-manager-3.0.0.jar BOOT-INF/classes/application.properties && \
#
java -jar drip-manager-3.0.0.jar
drip-manager/src/main/resources/application.properties
View file @
3f41ed96
...
...
@@ -17,4 +17,4 @@ db.name=drip
db.username
=
drip-user
db.password
=
drip-pass
sure
-
tosca.base.path
=
http://localhost:8081/tosca-sure/1.0.0
sure
_
tosca.base.path
=
http://localhost:8081/tosca-sure/1.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