Skip to content
Snippets Groups Projects
Commit 8875a515 authored by Albert Bruns's avatar Albert Bruns
Browse files

mongodb version

parent dbbef32c
Branches hot-fix-disable-aggregation-mapping-links
Tags
No related merge requests found
......@@ -24,7 +24,7 @@
services:
mongodb:
image: mongo:7
image: mongo:8
ports:
- 27018:27017
environment:
......@@ -37,6 +37,8 @@ services:
vorgang-manager:
image: docker.ozg-sh.de/vorgang-manager:${VORGANG_MANAGER_DOCKER_IMAGE:-snapshot-latest}
mem_limit: 2g
memswap_limit: 2g
platform: linux/amd64
environment:
- GRPC_CLIENT_USER-MANAGER_ADDRESS=static://user-manager:9000
......@@ -134,7 +136,7 @@ services:
- "host.docker.internal:host-gateway"
elastic:
image: docker.elastic.co/elasticsearch/elasticsearch:8.3.2
image: docker.elastic.co/elasticsearch/elasticsearch:8.16.5
ports:
- 9200:9200
- 9300:9300
......@@ -146,6 +148,14 @@ services:
- xpack.security.enabled=false
- xpack.security.http.ssl.enabled=false
- logger.level=WARN
- bootstrap.memory_lock=true
deploy:
resources:
limits:
memory: 2g
privileged: true
mem_limit: 2g
memswap_limit: 2g
ulimits:
memlock:
soft: -1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment