minio: Migrate to new variable names
This commit is contained in:
parent
e8542ef3a1
commit
1b8949cb9f
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ services:
|
|||
tmpfs:
|
||||
- /root/.minio:size=128K
|
||||
environment:
|
||||
- "MINIO_ACCESS_KEY={{ value.access_key }}"
|
||||
- "MINIO_SECRET_KEY={{ value.secret_key }}"
|
||||
- "MINIO_ROOT_USER={{ value.access_key }}"
|
||||
- "MINIO_ROOT_PASSWORD={{ value.secret_key }}"
|
||||
- "MINIO_BROWSER={{ value.browser | default("off") }}"
|
||||
- "MINIO_DOMAIN={{ key }}.{{ minio_domain }}"
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Reference in a new issue