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"