diff --git a/docker-compose.azure-mysql-test.yaml b/docker-compose.azure-mysql-test.yaml index 3fca984be..f9b6fbc8c 100644 --- a/docker-compose.azure-mysql-test.yaml +++ b/docker-compose.azure-mysql-test.yaml @@ -16,12 +16,6 @@ services: ports: - "10000:10000" - "10001:10001" - healthcheck: - test: ["CMD-SHELL", "nc -z localhost 10000 || exit 1"] - interval: 30s - timeout: 10s - retries: 5 - start_period: 5s volumes: - ./test-containers/azurite/create-container.js:/create-container.js - ./test-containers/azurite/run.sh:/run.sh @@ -61,8 +55,6 @@ services: networks: - azure_mysql_test_nw depends_on: - azurite: - condition: service_healthy mysql: condition: service_healthy diff --git a/docker-compose.azure-postgres-test.yaml b/docker-compose.azure-postgres-test.yaml index 0d4cf837b..64854f303 100644 --- a/docker-compose.azure-postgres-test.yaml +++ b/docker-compose.azure-postgres-test.yaml @@ -16,12 +16,6 @@ services: ports: - "10000:10000" - "10001:10001" - healthcheck: - test: ["CMD-SHELL", "nc -z localhost 10000 || exit 1"] - interval: 30s - timeout: 10s - retries: 5 - start_period: 5s volumes: - ./test-containers/azurite/create-container.js:/create-container.js - ./test-containers/azurite/run.sh:/run.sh @@ -63,8 +57,6 @@ services: networks: - azure_pg_test_nw depends_on: - azurite: - condition: service_healthy postgres: condition: service_healthy