Examples
Production
Rename env.txt
to .env
Redis
Sets custom connection details for external Redis hosts.
Postgres
Currently not supported, due to DB write errors of binary type data columns.
MinIO as productive S3 storage
To use MinIO on production following environment variables should be set:
FILESYSTEM_CLOUD: minio
MINIO_ENDPOINT: "protocol://host:port"
(for example: https://host:9000
)
as well as other typical AWS_*
credentials.
Last updated
Was this helpful?