Skip to content
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

++ healthchecks to pg&redis #105

Merged
merged 2 commits into from
Aug 2, 2023
Merged

Conversation

mshakeg
Copy link
Contributor

@mshakeg mshakeg commented Jul 28, 2023

Fixes #104

Signed-off-by: Mo Shaikjee <[email protected]>
@mshakeg mshakeg requested a review from a team as a code owner July 28, 2023 15:02
@mshakeg mshakeg requested review from Uxio0, moisses89 and akshay-ap and removed request for a team July 28, 2023 15:02
@github-actions
Copy link

github-actions bot commented Jul 28, 2023

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@mshakeg
Copy link
Contributor Author

mshakeg commented Jul 28, 2023

Contributor License Agreement returns Page Not Found

@Uxio0
Copy link
Member

Uxio0 commented Aug 1, 2023

Contributor License Agreement returns Page Not Found

Noted, there was a typo on the url! Thanks! #108

Copy link
Member

@Uxio0 Uxio0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for PR!


cfg-db:
image: postgres:14-alpine
environment:
POSTGRES_PASSWORD: postgres
volumes:
- ./data/cfg-db:/var/lib/postgresql/data

healthcheck:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you inherit using <<: yaml so you don't have to define the same liveness multiple times for redis and postgres?

@mshakeg
Copy link
Contributor Author

mshakeg commented Aug 1, 2023

I have read the CLA Document and I hereby sign the CLA

@mshakeg
Copy link
Contributor Author

mshakeg commented Aug 1, 2023

recheck

github-actions bot added a commit that referenced this pull request Aug 1, 2023
@mshakeg mshakeg requested a review from Uxio0 August 1, 2023 19:30
Copy link
Member

@Uxio0 Uxio0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really nice, thanks!

@Uxio0 Uxio0 merged commit 0d311fd into safe-global:main Aug 2, 2023
2 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Aug 2, 2023
@mshakeg mshakeg deleted the improve-docker-compose branch August 2, 2023 13:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Docker Compose file to improve service startup dependencies
2 participants