From a7d5c6861b6db48d2c9ee05735acc3b621990512 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 14 Apr 2020 12:16:16 +0200 Subject: [PATCH] Reshuffle confiig for readability --- deploy.d/config.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/deploy.d/config.yml b/deploy.d/config.yml index 6c0a103..15e9507 100644 --- a/deploy.d/config.yml +++ b/deploy.d/config.yml @@ -1,8 +1,14 @@ --- -port: "8085" domain: "punkbase.autonomic.zone" + +port: "8085" + mounts: - /var/lib/homebase:/root/ + +env: + DOKKU_LETSENCRYPT_EMAIL: "helo@autonomic.zone" + templates: - src: homebase.yml.j2 dest: /var/lib/homebase/.homebase.yml @@ -29,5 +35,3 @@ templates: http_mirror: "true" webapi_password: "{{ webapi_password }}" webapi_username: "{{ webapi_username }}" -env: - DOKKU_LETSENCRYPT_EMAIL: "helo@autonomic.zone"