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
|
|
@ -58,5 +58,8 @@ GUNICORN_WORKERS=1
|
|||
# UNCOMMENT `DOCKER_PLATFORM` IF YOU ARE ON `ARM64` AND DOCKER IMAGE IS NOT AVAILABLE FOR RESPECTIVE `APP_RELEASE`
|
||||
# DOCKER_PLATFORM=linux/amd64
|
||||
|
||||
# Force HTTPS for handling SSL Termination
|
||||
MINIO_ENDPOINT_SSL=0
|
||||
|
||||
# API key rate limit
|
||||
API_KEY_RATE_LIMIT="60/minute"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue