Compare commits

...

2 Commits

Author SHA1 Message Date
nemunaire 4b446e51f0 Prepare 0.4.3
continuous-integration/drone/tag Build is passing Details
2024-01-23 14:13:33 +01:00
nemunaire b1e3c3be53 Fix network and mounts options 2024-01-23 14:12:41 +01:00
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
namespace: happydns
name: happydomain
version: 0.4.2
version: 0.4.3
readme: README.md
authors:
- happyDomain Team <happydomain.org>

View File

@ -7,11 +7,10 @@ happydomain_version: "latest"
happydomain_data_dir: "" # defaults to /var/lib/happydomain.{{ instance_name }} if not filled
happydomain_inner_data_dir: "/data"
happydomain_docker_network: "default"
happydomain_docker_mounts:
- source: "{% if happydomain_data_dir != '' %}{{ happydomain_data_dir }}{% else %}/var/lib/{% if instance_name != 'happyDomain' %}happydomain.{% endif %}{{ instance_name }}{% endif %}"
target: "{{ happydomain_inner_data_dir }}"
type: "bind"
happydomain_admin_bind: "./happydomain.sock"
happydomain_baseurl: ""
happydomain_custom_body_html: ""