Skip to content
Snippets Groups Projects
Commit e9a7fadf authored by OZGCloud's avatar OZGCloud
Browse files

OZG-7252 add docker compose for link

parent 69b4f602
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,7 @@ services:
- OZGCLOUD_FEATURE_COLLABORATION_ENABLED=true
- GRPC_CLIENT_ZUFI-MANAGER_ADDRESS=static://zufi-manager-server:9190
- GRPC_CLIENT_ZUFI-MANAGER_NEGOTIATIONTYPE=PLAINTEXT
- OZGCLOUD_BARRIEREFREIHEIT_URL=http://bam.de
ports:
- 8080:8080
- 5000:5000
......@@ -137,11 +138,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment