Reshuffle confiig for readability

This commit is contained in:
Luke Murphy 2020-04-14 12:16:16 +02:00
parent df5fbe13a9
commit a7d5c6861b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 7 additions and 3 deletions

View File

@ -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"