Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • ozg-cloud/app/frontend-clients
1 result
Select Git revision
Show changes
Commits on Source (8)
{
"name": "admin",
"version": "1.8.0-SNAPSHOT"
"version": "1.9.0-SNAPSHOT"
}
......@@ -24,6 +24,8 @@
services:
mongodb:
# Should be 8.0.6 but the order of Vorgänge is wrong with the new version.
# This will be planned and investigated in further sprint.
image: mongo:7
ports:
- 27018:27017
......@@ -37,6 +39,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 +138,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 +150,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
......@@ -154,7 +166,7 @@ services:
soft: 65536
hard: 65536
healthcheck:
test: ['CMD-SHELL', "curl -s 'http://localhost:9200/_cat/health?h=status' | egrep -q '(green|yellow)'"]
test: [ 'CMD-SHELL', "curl -s 'http://localhost:9200/_cat/health?h=status' | egrep -q '(green|yellow)'" ]
interval: 10s
timeout: 10s
retries: 5
......@@ -195,7 +207,7 @@ services:
- 7080:8080
- 7081:8081
healthcheck:
test: ['CMD-SHELL', 'wget --spider localhost:8081/version']
test: [ 'CMD-SHELL', 'wget --spider localhost:8081/version' ]
interval: 5s
timeout: 5s
retries: 5
......
{
"name": "alfa",
"version": "2.23.0-SNAPSHOT"
"version": "2.24.0-SNAPSHOT"
}
{
"name": "info",
"version": "1.8.0-SNAPSHOT"
"version": "1.9.0-SNAPSHOT"
}