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
41
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
b86bb189
Commit
b86bb189
authored
2 years ago
by
eduardDeploy
Browse files
Options
Downloads
Patches
Plain Diff
unify docker-compose
parent
86800869
Branches
Branches containing commit
3 merge requests
!166
Deploying Februrar 23 Release
,
!163
362 restart after reboot
,
!146
Put the sonar-analyze job into a separate stage
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/docker/gitsearch.yml
+27
-0
27 additions, 0 deletions
src/main/docker/gitsearch.yml
with
27 additions
and
0 deletions
src/main/docker/gitsearch.yml
+
27
−
0
View file @
b86bb189
...
...
@@ -37,6 +37,7 @@ services:
depends_on
:
-
keycloak
-
sharing_mysql
-
sharing_elasticsearch
networks
:
-
backend
-
frontend
...
...
@@ -94,6 +95,32 @@ services:
networks
:
-
backend
-
frontend
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,
# remove the "127.0.0.1:" prefix
ports
:
-
'
9200:9200'
# add this for your local testing setup
-
'
9300:9300'
# add this for your local testing setup
environment
:
-
'
ES_JAVA_OPTS=-Xms512m
-Xmx512m'
-
node.name=es01
-
cluster.name=sharing_elasticsearch
-
discovery.type=single-node
-
xpack.security.enabled=false
volumes
:
-
'
/mnt/qt-codeability-austria/sharing/es/data:/usr/share/elasticsearch/data'
# change this path for production
ulimits
:
memlock
:
soft
:
-1
hard
:
-1
networks
:
backend
:
ipv4_address
:
172.22.2.24
networks
:
frontend
:
name
:
sharing_frontend
...
...
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