Server configuration
Core Corteza services are configured via the environment (.env
) file.
It allows a quick deploy to another platform, along with fine-tuning the system’s behaviour and enabled features.
The |
.env
file affects three levels:-
Implicit Docker Compose configuration,
-
variable substitution in Docker configuration,
-
service configuration.
When you are using Docker Compose, you must explicitly reference the environment file for each service in the |
You can use variables defined in the |
Email sending
federation
Object (file) storage
The MinIO integration allows you to replace local storage with cloud storage. When configured, STORAGE_PATH
is not needed.
Provisioning
Provisioning allows you to configure a Corteza instance when deployed. It occurs automatically after the Corteza server starts.
We recommend you to keep provisioning enabled as it simplifies version updates by updating the database and updating settings. If you’re doing local development or some debugging, you can disable this. |