Docker
Last updated
Was this helpful?
Last updated
Was this helpful?
We have a that you can use to run this project locally.
First you need setup .
Then play with the image:
This runs the image locally on port 8080 and using sqlite. You can then access the application at http://localhost:8080.
Note that you'll need to setup a mail mailer to be able to register a user. You can try to use the log
mailer like this:
For more complex scenario (database setup, queue, etc.) see https://github.com/monicahq/docker/tree/main/.examples
You can also build your image locally using yarn docker:build
and run it with yarn docker:run
.