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
9a04ca49
Commit
9a04ca49
authored
2 years ago
by
Eduard Frankford
Browse files
Options
Downloads
Plain Diff
Merge branch 'keycloak_theme' into 353-warning_from_logfile
parents
a503341c
9bd15271
3 merge requests
!166
Deploying Februrar 23 Release
,
!158
Keycloak theme
,
!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/elasticsearch.yml
+52
-13
52 additions, 13 deletions
src/main/docker/elasticsearch.yml
with
52 additions
and
13 deletions
src/main/docker/elasticsearch.yml
+
52
−
13
View file @
9a04ca49
# This configuration is intended for development purpose, it's **your** responsibility to harden it for production
version
:
'
3.
8
'
version
:
'
3.
5
'
services
:
gitsearch
-elasticsearch
:
image
:
docker.elastic.co/elasticsearch/elasticsearch:
7.15.2
sharing
-elasticsearch
-updated
:
image
:
docker.elastic.co/elasticsearch/elasticsearch:
8.6.0
# 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
:
-
127.0.0.1:9200:9200
-
127.0.0.1:9300:9300
-
'
9200:9200'
# add this for your local testing setup
-
'
9300:9300'
# add this for your local testing setup
environment
:
-
'
xpack.security.enabled=false'
-
'
discovery.type=single-node'
-
'
bootstrap.memory_lock=true'
-
'
ES_JAVA_OPTS=-Xms512m
-Xmx512m'
-
node.name=es02
-
cluster.name=sharing_elasticsearch2
-
discovery.type=single-node
-
xpack.security.enabled=false
volumes
:
-
'
$ES_HOME/data2:/usr/share/elasticsearch/data2'
ulimits
:
memlock
:
soft
:
-1
hard
:
-1
nofile
:
soft
:
65536
hard
:
65536
cap_add
:
-
IPC_LOCK
networks
:
backend
:
ipv4_address
:
172.22.2.24
kibana
:
depends_on
:
-
sharing-elasticsearch-updated
image
:
docker.elastic.co/kibana/kibana:8.6.0
volumes
:
-
kibanadata:/usr/share/kibana/data
ports
:
-
5601:5601
environment
:
-
SERVERNAME=kibana
-
ELASTICSEARCH_HOSTS=http://172.22.2.24:9200
healthcheck
:
test
:
[
'
CMD-SHELL'
,
"
curl
-s
-I
http://172.22.2.23:5601
|
grep
-q
'HTTP/1.1
302
Found'"
]
interval
:
10s
timeout
:
10s
retries
:
120
networks
:
backend
:
ipv4_address
:
172.22.2.23
networks
:
frontend
:
name
:
sharing_frontend
driver
:
bridge
ipam
:
driver
:
default
config
:
-
subnet
:
172.22.1.0/24
backend
:
name
:
sharing_backend
driver
:
bridge
internal
:
true
ipam
:
driver
:
default
config
:
-
subnet
:
172.22.2.0/24
volumes
:
kibanadata
:
driver
:
local
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