minio using files for secrets instead of env vars

This commit is contained in:
2025-11-07 09:54:19 -05:00
parent 41ad58f47d
commit b527d802ca
2 changed files with 5 additions and 2 deletions

View File

@ -119,6 +119,7 @@ services:
- oidc_rpcs
- collab_ss
- minio_rp
- minio_ru
- postgres_p
- y_api_key
@ -231,7 +232,7 @@ services:
networks:
- backend
command: minio server /data
entrypoint: ["/abra-entrypoint.sh", "/usr/bin/docker-entrypoint.sh"]
entrypoint: ["/usr/bin/docker-entrypoint.sh"]
volumes:
- minio:/data
deploy:
@ -254,6 +255,9 @@ services:
networks:
proxy:
backend:
depends_on:
- backend
- app
environment:
- STACK_NAME
deploy: