-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dockerfile, docker-compose.yaml): add wait for db and redis to se…
…rver container When starting the server via docker-compose currently the server starts up faster than the postgres instance. This causes the server app to crash. The fix now adds a wait script that pings the database and the cache containers unit they properly start up. This delays the server boot until all deps are started.
- Loading branch information
1 parent
cd4e065
commit 356467b
Showing
2 changed files
with
4 additions
and
1 deletion.
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
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