Skip to content

Commit

Permalink
Remove temporary healthcheck config
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Nov 15, 2024
1 parent 8f78d7a commit f3788f1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,6 @@ services:
target: /docker-entrypoint-initdb.d/02-setup-context-db.sh
volumes:
- db:/var/lib/postgresql/data
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 10s
timeout: 5s
retries: 3
start_period: 10s

broker:
image: "iegomez/mosquitto-go-auth:latest-mosquitto_2.0.15"
networks:
Expand Down

0 comments on commit f3788f1

Please sign in to comment.