minio: add sse
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-23 17:18:47 +01:00
parent 5fdc54be3c
commit e6aece0237
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ services:
- "MINIO_ROOT_PASSWORD={{ minio.password | mandatory }}"
- "MINIO_SERVER_URL=https://${MINIO_URL}"
- "MINIO_BROWSER_REDIRECT_URL=https://${DASHBOARD_URL}"
- "MINIO_KMS_SECRET_KEY=kms-key:{{ lookup('env', 'MINIO_KMS_SECRET_KEY') }}"
volumes:
- data:/data
labels: