Skip to content

Commit

Permalink
Remove flaggy azurite health checks until to get full support from ba…
Browse files Browse the repository at this point in the history
…se repository
  • Loading branch information
burakince committed Dec 15, 2024
1 parent 959117c commit 1954fc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions docker-compose.azure-mysql-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -61,8 +55,6 @@ services:
networks:
- azure_mysql_test_nw
depends_on:
azurite:
condition: service_healthy
mysql:
condition: service_healthy

Expand Down
8 changes: 0 additions & 8 deletions docker-compose.azure-postgres-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -63,8 +57,6 @@ services:
networks:
- azure_pg_test_nw
depends_on:
azurite:
condition: service_healthy
postgres:
condition: service_healthy

Expand Down

0 comments on commit 1954fc0

Please sign in to comment.