Update composer.json and Docker configurations for MinIO integration
All checks were successful
Deploy Production (admin.crewsportswear.app) / deploy (push) Successful in 4m2s
All checks were successful
Deploy Production (admin.crewsportswear.app) / deploy (push) Successful in 4m2s
This commit is contained in:
@@ -13,6 +13,13 @@ services:
|
||||
- DB_DATABASE=${DB_DATABASE}
|
||||
- DB_USERNAME=${DB_USERNAME}
|
||||
- DB_PASSWORD=${DB_PASSWORD}
|
||||
- MINIO_ENDPOINT=${MINIO_ENDPOINT}
|
||||
- MINIO_KEY=${MINIO_KEY}
|
||||
- MINIO_SECRET=${MINIO_SECRET}
|
||||
- MINIO_BUCKET=${MINIO_BUCKET:-crew-admin}
|
||||
- MINIO_REGION=${MINIO_REGION:-us-east-1}
|
||||
- MINIO_USE_PATH_STYLE=${MINIO_USE_PATH_STYLE:-true}
|
||||
- MINIO_URL=${MINIO_URL:-https://minio.crewsportswear.app}
|
||||
- IMAGES_DIRECTORY=${IMAGES_DIRECTORY}
|
||||
- PRODUCTION_PRIVATE_SERVER=${PRODUCTION_PRIVATE_SERVER}
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user