Skip to content

Commit 8ec8994

Browse files
committed
Add a basic README.md in docker to explain how to use it
1 parent 5bdc1cc commit 8ec8994

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

docker/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Moqui On Docker
2+
3+
This directory contains everything needed to deploy moqui on docker. To do so
4+
follow these instructions:
5+
6+
- Choose a docker compose file in `docker/`. For example to deploy moqui on
7+
postgres you can choose moqui-postgres-compose.yml.
8+
- Find and download a suitable JDBC driver for the target database, download its
9+
jar file and place it in `runtime/lib`.
10+
- Generate moqui war file `./gradlew build`
11+
- Get into docker folder `cd docker`
12+
- Build chosen compose file, e.g. `./build-compose-up.sh moqui-postgres-compose.yml`
13+
14+
This last step would build the "moqui" image and deploy all services. You can
15+
confirm by accessing the system on http://localhost
16+
17+
For a more secure and complete deployment, it is recommended to carefully review
18+
the compose files and adjust as needed, including changing credentials and other
19+
settings such as setting the host names, configuring for letsencrypt, etc ...

0 commit comments

Comments
 (0)