Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
portal-backend
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HBP Medical Informatics Platform
portal-backend
Commits
b4a307df
Commit
b4a307df
authored
8 years ago
by
Mirco Nasuti
Browse files
Options
Downloads
Plain Diff
Merge branch 'captainify' into 'master'
Captainify See merge request
!13
parents
68b675be
0918eebb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
captain.yml
+22
-0
22 additions, 0 deletions
captain.yml
config/application.yml
+4
-4
4 additions, 4 deletions
config/application.yml
src/docker/run/Dockerfile
+1
-1
1 addition, 1 deletion
src/docker/run/Dockerfile
with
28 additions
and
5 deletions
.gitignore
+
1
−
0
View file @
b4a307df
...
...
@@ -3,3 +3,4 @@
target*
.DS_Store
.m2
*.jar
This diff is collapsed.
Click to expand it.
captain.yml
0 → 100644
+
22
−
0
View file @
b4a307df
backend-build
:
build
:
./src/docker/build/Dockerfile
image
:
hbpmip/backend-build
pre
:
-
echo 'Building backend-build'
post
:
-
docker run --rm -v $(pwd):/opt/portal/ -v $(pwd)/.m2:/root/.m2/ hbpmip/backend-build
-
echo 'Finished building backend-build'
test
:
-
tests.sh
backend
:
build
:
./src/docker/run/Dockerfile
image
:
hbpmip/backend
pre
:
-
echo 'Building backend'
-
cp -r $(pwd)/target $(pwd)/src/docker/run/target/
post
:
-
rm -r $(pwd)/src/docker/run/target/
-
echo 'Finished building backend'
test
:
-
tests.sh
\ No newline at end of file
This diff is collapsed.
Click to expand it.
config/application.yml
+
4
−
4
View file @
b4a307df
...
...
@@ -2,7 +2,7 @@
spring
:
datasource
:
url
:
jdbc:postgresql://
db
:5432/postgres
url
:
jdbc:postgresql://
172.22.0.1
:5432/postgres
username
:
postgres
password
:
pass
driver-class-name
:
org.postgresql.Driver
...
...
@@ -40,9 +40,9 @@ server:
timeout
:
2592000
workflow
:
experimentUrl
:
http://
dockerhost
:8087/experiment
listMethodsUrl
:
http://
dockerhost
:8087/list-methods
miningMipUrl
:
http://
dockerhost
:8087/mining
experimentUrl
:
http://
172.22.0.1
:8087/experiment
listMethodsUrl
:
http://
172.22.0.1
:8087/list-methods
miningMipUrl
:
http://
172.22.0.1
:8087/mining
miningExaremeUrl
:
http://hbps2.chuv.ch:9090/mining/query
frontend
:
...
...
This diff is collapsed.
Click to expand it.
src/docker/run/Dockerfile
+
1
−
1
View file @
b4a307df
FROM
frolvlad/alpine-oraclejdk8:slim
FROM
java:openjdk-8u92-jdk-alpine
VOLUME
/config
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment