2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-08 00:04:37 +00:00

Add Overrides header in images-and-compose-files

This commit is contained in:
Lev Vereshchagin 2021-12-17 15:06:54 +03:00
parent 5b0e9b83ff
commit 114b8a60c6

View File

@ -31,7 +31,9 @@ All services are described in `compose.yaml`
- `queue-short`, `queue-default`, `queue-long`. Python servers that run job queues using [rq](https://python-rq.org).
- `scheduler`. Python server that runs tasks on schedule using [schedule](https://schedule.readthedocs.io/en/stable/).
Also, we have several [overrides](https://docs.docker.com/compose/extends/).
## Overrides
We have several [overrides](https://docs.docker.com/compose/extends/):
- `overrides/compose.erpnext.yaml`. Replaces all Frappe images with ERPNext ones. ERPNext images are built on top of Frappe ones, so it is safe to replace them.
- `overrides/compose.https.yaml`. Automatically sets up Let's Encrypt certificate and redirects all requests to directed to http, to https.