This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
codeAbility Sharing Platform
Manage
Activity
Members
Labels
Plan
Issues
43
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
development
sharing
codeAbility Sharing Platform
Commits
86800869
Commit
86800869
authored
2 years ago
by
eduardDeploy
Browse files
Options
Downloads
Patches
Plain Diff
restart necessary containers automatically
parent
f95f02bf
3 merge requests
!166
Deploying Februrar 23 Release
,
!163
362 restart after reboot
,
!146
Put the sonar-analyze job into a separate stage
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/docker/elasticsearch.yml
+1
-0
1 addition, 0 deletions
src/main/docker/elasticsearch.yml
src/main/docker/gitsearch.yml
+3
-0
3 additions, 0 deletions
src/main/docker/gitsearch.yml
with
4 additions
and
0 deletions
src/main/docker/elasticsearch.yml
+
1
−
0
View file @
86800869
...
...
@@ -4,6 +4,7 @@ services:
sharing_elasticsearch
:
image
:
'
docker.elastic.co/elasticsearch/elasticsearch:7.17.6'
container_name
:
sharing_elasticsearch
restart
:
always
# volumes:
# - ~/volumes/jhipster/gitsearch/elasticsearch/:/usr/share/elasticsearch/data/
# If you want to expose these ports outside your dev PC,
...
...
This diff is collapsed.
Click to expand it.
src/main/docker/gitsearch.yml
+
3
−
0
View file @
86800869
...
...
@@ -6,6 +6,7 @@ services:
gitsearch-app
:
image
:
sharing-codeability.uibk.ac.at:5051/sharing/codeability-sharing-platform/gitsearch/$GITBRANCH
container_name
:
sharing_search
restart
:
always
hostname
:
sharing_search
environment
:
-
_JAVA_OPTIONS=-Xmx512m -Xms256m
...
...
@@ -61,6 +62,7 @@ services:
POSTGRES_DB
:
keycloak
POSTGRES_USER
:
keycloak
POSTGRES_PASSWORD
:
password
restart
:
always
networks
:
-
backend
-
frontend
...
...
@@ -82,6 +84,7 @@ services:
#JDBC_PARAMS: "ssl=true"
ports
:
-
8082:8080
restart
:
always
volumes
:
-
$GITSEARCH_PATH/src/main/resources/keycloak-theme/themes/gitsearch:/opt/jboss/keycloak/themes/gitsearch
#- /home/contDeploy/gitsearch2/gitsearch/src/main/resources/keycloak-theme/themes/gitsearch:/opt/jboss/keycloak/themes/gitsearch
...
...
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