chore: add env MINIO_ENDPOINT_SSL in docker compose file (#6731)
This commit is contained in:
parent
9ba2ed7d89
commit
4ce40fb3db
2 changed files with 4 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ x-app-env: &app-env
|
|||
SECRET_KEY: ${SECRET_KEY:-60gp0byfz2dvffa45cxl20p1scy9xbpf6d8c5y0geejgkyp1b5}
|
||||
AMQP_URL: ${AMQP_URL:-amqp://plane:plane@plane-mq:5672/plane}
|
||||
API_KEY_RATE_LIMIT: ${API_KEY_RATE_LIMIT:-60/minute}
|
||||
MINIO_ENDPOINT_SSL: ${MINIO_ENDPOINT_SSL:-0}
|
||||
|
||||
services:
|
||||
web:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue