monicahq / docker

docker image of Monica

Home Page:https://hub.docker.com/_/monica/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any plans for an "all-in-one" container?

zvr opened this issue · comments

Is there any plans for a single container that can run Monica without any other dependencies?

Reading the documentation, it seems that it could be easily constructed, simply by adding mysql in one of the existing containers.

Adding mysql directly in the container does not follow docker's recommendations.
See examples of docker-compose in the example section.

You can always create your own container with mysql server inside. But this will not be part of the official image.