Replies: 1 comment
-
Hey @mathyvds I've set up using docker compose and postgresql. My setup is documented here: https://github.com/slifty/dsm/blob/main/monica/docker-compose.yml Note that I'm using a manually built version of the official docker image (published to slifty/monica), since I needed FPM and v5.x which is not currently being published anywhere. I would suggest NOT using my image, but you should be able to replace with whatever image you want. If you want to share your docker-compose file I'd be glad to help debug. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
Is anyone running monica-next with a database that is not sqlite?
I have no problems installing it with a sqlite database, but installing with a datbase gives me this error:
"'unconnected' user: 'unauthenticated' host: '[secret]' (This connection closed normally without authentication)"
Can anyone possibly share their docker-compose and possible extra stept to get it running with another database?
Beta Was this translation helpful? Give feedback.
All reactions