Reshuffle confiig for readability
This commit is contained in:
parent
df5fbe13a9
commit
a7d5c6861b
@ -1,8 +1,14 @@
|
|||||||
---
|
---
|
||||||
port: "8085"
|
|
||||||
domain: "punkbase.autonomic.zone"
|
domain: "punkbase.autonomic.zone"
|
||||||
|
|
||||||
|
port: "8085"
|
||||||
|
|
||||||
mounts:
|
mounts:
|
||||||
- /var/lib/homebase:/root/
|
- /var/lib/homebase:/root/
|
||||||
|
|
||||||
|
env:
|
||||||
|
DOKKU_LETSENCRYPT_EMAIL: "helo@autonomic.zone"
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
- src: homebase.yml.j2
|
- src: homebase.yml.j2
|
||||||
dest: /var/lib/homebase/.homebase.yml
|
dest: /var/lib/homebase/.homebase.yml
|
||||||
@ -29,5 +35,3 @@ templates:
|
|||||||
http_mirror: "true"
|
http_mirror: "true"
|
||||||
webapi_password: "{{ webapi_password }}"
|
webapi_password: "{{ webapi_password }}"
|
||||||
webapi_username: "{{ webapi_username }}"
|
webapi_username: "{{ webapi_username }}"
|
||||||
env:
|
|
||||||
DOKKU_LETSENCRYPT_EMAIL: "helo@autonomic.zone"
|
|
||||||
|
Reference in New Issue
Block a user