-
I use a Docker compose file with a Postgres database and every time I reboot my system, Memos is crashing because it loads faster than the database, forcing me to restart it manually. Is there a way to prevent this? |
Beta Was this translation helpful? Give feedback.
Answered by
malantp
Jun 20, 2025
Replies: 1 comment 1 reply
-
Use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's what I've done but it was not enough, I needed to add a healthcheck on postgres. Thanks for the lead though!
If anyone need it, this is a solution:
On Postgres:
On Memos: