docker
docker copied to clipboard
Is there a Docker image of the beta version of Monica?
I would love to try and run the beta version of Monica (previously known as "Chandler"), but as I understand it, the official Docker images are from the 4.x version of Monica.
Are there Docker images available somewhere of the beta version of Monica? Maybe nightly builds?
I imagine you can use all the help you can get in testing the beta version and providing Docker images for it, would help a great deal with getting people to help you test :)
I haven't tried it myself, but this might be what you're looking for.
It would be really great if 5.x images could be published to docker (including FPM)!
If there is any way I could help make it happen I'd be glad to try.
I would also like to see a docker image (ideally with a compose file) for 5.x
Did anyone try what @mrodus found?
I would also like to see a docker image (ideally with a compose file) for 5.x
Did anyone try what @mrodus found?
I use this and it works just fine for me:
monica:
container_name: monica
image: ghcr.io/monicahq/monica-next:main
restart: unless-stopped
volumes:
- ./monica/storage:/var/www/html/storage
ports:
- 5858:80
env_file: monica.env
And monica.env:
DB_DATABASE=/var/www/html/storage/database.sqlite
MAIL_MAILER=smtp
MAIL_HOST=
MAIL_PORT=
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=
MAIL_FROM_ADDRESS=