-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Docker Compose Example (#25546)
## Summary & Motivation Docker Compose example deployment for Dagster throws errors on initialisation because the webserver and daemon do not wait for the postgreSQL database to be ready before attempting to connect. Added healthcheck to postgresql container to fix this issue. ## How I Tested These Changes Works on my machine and a new EC2 instance with relevant bits installed.
- Loading branch information
1 parent
6a46878
commit 2e54e69
Showing
1 changed file
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters