mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-12 18:41:51 +00:00
This commit is contained in:
parent
d852385966
commit
065a8e30da
@ -57,6 +57,11 @@ services:
|
||||
ports:
|
||||
- "9200:9200"
|
||||
- "9300:9300"
|
||||
healthcheck:
|
||||
test: "curl -s http://localhost:9200/_cluster/health?pretty | grep status | grep -qE 'green|yellow' || exit 1"
|
||||
interval: 15s
|
||||
timeout: 10s
|
||||
retries: 10
|
||||
volumes:
|
||||
- es-data:/usr/share/opensearch/data
|
||||
|
||||
@ -248,7 +253,7 @@ services:
|
||||
WEB_CONF_PERMISSION_POLICY_OPTION: ${WEB_CONF_PERMISSION_POLICY_OPTION:-""}
|
||||
depends_on:
|
||||
opensearch:
|
||||
condition: service_started
|
||||
condition: service_healthy
|
||||
postgresql:
|
||||
condition: service_healthy
|
||||
networks:
|
||||
@ -416,7 +421,7 @@ services:
|
||||
- "5005:5005"
|
||||
depends_on:
|
||||
opensearch:
|
||||
condition: service_started
|
||||
condition: service_healthy
|
||||
postgresql:
|
||||
condition: service_healthy
|
||||
execute-migrate-all:
|
||||
|
@ -56,8 +56,14 @@ services:
|
||||
ports:
|
||||
- "9200:9200"
|
||||
- "9300:9300"
|
||||
healthcheck:
|
||||
test: "curl -s http://localhost:9200/_cluster/health?pretty | grep status | grep -qE 'green|yellow' || exit 1"
|
||||
interval: 15s
|
||||
timeout: 10s
|
||||
retries: 10
|
||||
volumes:
|
||||
- es-data:/usr/share/elasticsearch/data
|
||||
|
||||
|
||||
execute-migrate-all:
|
||||
build:
|
||||
@ -248,7 +254,7 @@ services:
|
||||
WEB_CONF_PERMISSION_POLICY_OPTION: ${WEB_CONF_PERMISSION_POLICY_OPTION:-""}
|
||||
depends_on:
|
||||
elasticsearch:
|
||||
condition: service_started
|
||||
condition: service_healthy
|
||||
mysql:
|
||||
condition: service_healthy
|
||||
networks:
|
||||
@ -417,7 +423,7 @@ services:
|
||||
- "5005:5005"
|
||||
depends_on:
|
||||
elasticsearch:
|
||||
condition: service_started
|
||||
condition: service_healthy
|
||||
mysql:
|
||||
condition: service_healthy
|
||||
execute-migrate-all:
|
||||
|
@ -51,6 +51,11 @@ services:
|
||||
ports:
|
||||
- "9200:9200"
|
||||
- "9300:9300"
|
||||
healthcheck:
|
||||
test: "curl -s http://localhost:9200/_cluster/health?pretty | grep status | grep -qE 'green|yellow' || exit 1"
|
||||
interval: 15s
|
||||
timeout: 10s
|
||||
retries: 10
|
||||
volumes:
|
||||
- es-data:/usr/share/elasticsearch/data
|
||||
|
||||
@ -236,7 +241,7 @@ services:
|
||||
WEB_CONF_PERMISSION_POLICY_OPTION: ${WEB_CONF_PERMISSION_POLICY_OPTION:-""}
|
||||
depends_on:
|
||||
elasticsearch:
|
||||
condition: service_started
|
||||
condition: service_healthy
|
||||
postgresql:
|
||||
condition: service_healthy
|
||||
networks:
|
||||
@ -422,7 +427,7 @@ services:
|
||||
- "8586:8586"
|
||||
depends_on:
|
||||
elasticsearch:
|
||||
condition: service_started
|
||||
condition: service_healthy
|
||||
postgresql:
|
||||
condition: service_healthy
|
||||
execute-migrate-all:
|
||||
|
@ -49,6 +49,11 @@ services:
|
||||
ports:
|
||||
- "9200:9200"
|
||||
- "9300:9300"
|
||||
healthcheck:
|
||||
test: "curl -s http://localhost:9200/_cluster/health?pretty | grep status | grep -qE 'green|yellow' || exit 1"
|
||||
interval: 15s
|
||||
timeout: 10s
|
||||
retries: 10
|
||||
volumes:
|
||||
- es-data:/usr/share/elasticsearch/data
|
||||
|
||||
@ -234,7 +239,7 @@ services:
|
||||
WEB_CONF_PERMISSION_POLICY_OPTION: ${WEB_CONF_PERMISSION_POLICY_OPTION:-""}
|
||||
depends_on:
|
||||
elasticsearch:
|
||||
condition: service_started
|
||||
condition: service_healthy
|
||||
mysql:
|
||||
condition: service_healthy
|
||||
networks:
|
||||
@ -420,7 +425,7 @@ services:
|
||||
- "8586:8586"
|
||||
depends_on:
|
||||
elasticsearch:
|
||||
condition: service_started
|
||||
condition: service_healthy
|
||||
mysql:
|
||||
condition: service_healthy
|
||||
execute-migrate-all:
|
||||
|
Loading…
x
Reference in New Issue
Block a user