Skip to content

Commit

Permalink
removed the assumption on cloud-sql-proxy having a healthcheck defined
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed May 10, 2024
1 parent de5dc7c commit 93c4862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
read_only: true
depends_on:
db:
condition: service_healthy
condition: service_started
grpc-web:
image: envoyproxy/envoy:v1.27-latest
restart: unless-stopped
Expand Down

0 comments on commit 93c4862

Please sign in to comment.