Merge pull request #3995 from Knight-Ops/main
Update reactive-resume.yaml to enable one click deployment
This commit is contained in:
commit
05c5aa4196
1 changed files with 3 additions and 2 deletions
|
|
@ -45,10 +45,11 @@ services:
|
|||
retries: 10
|
||||
|
||||
minio:
|
||||
image: minio/minio
|
||||
image: quay.io/minio/minio:latest
|
||||
command: server /data --console-address ":9001"
|
||||
environment:
|
||||
- SERVICE_FQDN_MINIO_9000
|
||||
- MINIO_SERVER_URL=$MINIO_SERVER_URL
|
||||
- MINIO_BROWSER_REDIRECT_URL=$MINIO_BROWSER_REDIRECT_URL
|
||||
- MINIO_ROOT_USER=$SERVICE_USER_MINIO
|
||||
- MINIO_ROOT_PASSWORD=$SERVICE_PASSWORD_MINIO
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue