docs: Update release notes

ref: #371 closes #363
This commit is contained in:
2024-10-31 15:50:57 +09:30
parent ea8a054005
commit 9f826d7142
3 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,19 @@
# Version 1.3.0
!!! danger "Security"
As is currently the recommended method of deployment, the Centurion Container must be deployed behind a reverse proxy the conducts the SSL termination.
This release updates the docker container to be a production setup for deployment of Centurion. Prior to this version Centurion ERP was using a development setup for the webserver.
- Docker now uses SupervisorD for container
- Gunicorn WSGI setup for Centurion with NginX as the webserver.
- Container now has a health check.
- To setup container as "Worker", set `IS_WORKER='True'` environmental variable within container. _**Note:** You can still use command `celery -A app worker -l INFO`, although **not** recommended as the container health check will not be functioning_
# Version 1.0.0
Initial Release of Centurion ERP.