-
-
Notifications
You must be signed in to change notification settings - Fork 3
[docker] postgres healthcheck not operational #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I can't `docker-compose up` with the `name` attribute present: ``` (root) Additional property name is not allowed ``` But reading the [docs](https://docs.docker.com/compose/compose-file/04-version-and-name/#name-top-level-element) it sounds like it should be correct? No idea. Signed-off-by: João Santiago <[email protected]>
Signed-off-by: João Santiago <[email protected]>
compose.yaml template
Signed-off-by: João Santiago <[email protected]>
Signed-off-by: João Santiago <[email protected]>
|
Postgres's healthcheck is failing with this error peter-evans/docker-compose-healthcheck#16 ["CMD-SHELL", "pg_isready -d {db} -U {user}"]but it didn't work for me |
93c78b8 to
0b4aadc
Compare
Define a namespace containing value specifications for the service Use the specifications to validate the response from the scoreboard handler [Resolve practicalli#6]
- set reload directories to `"src"` and `"resources"` and exclude `dev` - `mulog-tap-stop` function to stop tap publisher - `inspector` var to wrap portal open and prevent multiple instances [Resolve practicalli#7]
0b4aadc to
2e567df
Compare
```
{:git/tag "2023.04.22" :git/sha "2e567df"}
```
Signed-off-by: João Santiago <[email protected]>
I am unable to reproduce this issue, using Docker Desktop 4.18.0 (104112) on Linux What version of Docker is being used, it may be using an older docker compose v1 spec Also the command to run docker compose should be docker compose uprather than the older command form |
There is a healthcheck both in Try comment the healthcheck configuration in the |
036bdda to
9d40153
Compare
my bad. I'm coding on my 2012 iMac with MacOS 10, so I had an ancient docker version. I'm running 4.15 (the most I can on this beast) and now I'm using |
Signed-off-by: João Santiago <[email protected]>
compose.yaml template
📓 Description
Summary of the change and link to any relevant tickets. New aliases should include details of why they are valuable
Fixed some typos and YAML white space problems preventing the config from being valid.
I couldn't
docker-compose upwith thenameattribute present, so I removed it in this PR:But reading the docs it sounds like it should be correct? No idea.
:octocat Type of change
Please tick
xrelevant options, delete those not relevant:beetle How Has This Been Tested?
:eyes Checklist