Upgrade config syntax
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-15 17:07:06 +02:00
parent 6cc9aa423c
commit 01a623a555
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,5 @@
---
vars:
port: "9000"
domain: "minio.autonomic.zone"
@ -7,5 +8,5 @@ volumes:
env:
DOKKU_LETSENCRYPT_EMAIL: "helo@autonomic.zone"
MINIO_ACCESS_KEY: "{{ minio_access_key }}"
MINIO_SECRET_KEY: "{{ minio_secret_key }}"
MINIO_ACCESS_KEY: "{{ vault.minio_access_key }}"
MINIO_SECRET_KEY: "{{ vault.minio_secret_key }}"