|
|
|
@ -37,6 +37,7 @@
|
|
|
|
|
env: |
|
|
|
|
MINIO_ROOT_USER: "{{ minio_root_user }}" |
|
|
|
|
MINIO_ROOT_PASSWORD: "{{ minio_root_password }}" |
|
|
|
|
MINIO_BROWSER_REDIRECT_URL: "{{ minio_console_url }}" |
|
|
|
|
command: "server /data --console-address \":{{ minio_console_port }}\"" |
|
|
|
|
register: _minio_container |
|
|
|
|
|
|
|
|
|