Add info about base images (frappe or erpnext)

This commit is contained in:
Lev Vereshchagin 2022-03-19 11:03:52 +03:00
parent 3e33fdf647
commit d310d853c1

View file

@ -21,12 +21,14 @@ Before the next step—to build images—replace "custom_app" with your app's na
FRAPPE_VERSION=<Frappe version you need> docker buildx bake
```
> 💡 We assume that majority of our users use ERPNext, that's why images in this tutorial are based on ERPNext images. In case you don't want to use ERPNext, remove erpnext references in Dockerfiles and change base images to Frappe ones.
If something goes wrong feel free to leave an issue.
To test if site works, setup `.env` file (check [example](<(https://github.com/frappe/frappe_docker/blob/main/example.env)>)) and run:
```bash
docker-compose up -d
docker-compose -f compose.yaml -f overrides/compose.noproxy.yaml -f overrides/compose.mariadb.yaml -f overrides/compose.redis.yaml -f custom_app/compose.override.yaml up -d
docker-compose exec backend \
bench new-site 127.0.0.1 \
--mariadb-root-password 123 \