-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use docker healthcheck Use a docker healthcheck with pg-isready instead of a custom bash script. It's just one thing less to maintain. Also see: - https://www.postgresql.org/docs/9.4/app-pg-isready.html - https://docs.docker.com/engine/reference/builder/#healthcheck * Set USER This fixes the following error message. ``` Fix `FATAL: role "root" does not exist` ``` Also see: - https://docs.docker.com/engine/reference/builder/#user - https://github.com/docker-library/postgres/blob/3bb4804/14/bullseye/Dockerfile#L23 * Use docker compose instead of docker-compose * Update terraform SDK libs Co-authored-by: Cyril Gaudin <cyril.gaudin@gmail.com>
- Loading branch information
1 parent
0664d3a
commit 37a092e
Showing
7 changed files
with
60 additions
and
69 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
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
Oops, something went wrong.