Switch caddy to use json configuration
This commit is contained in:
parent
bebdf72b19
commit
79c704c1f9
6 changed files with 86 additions and 34 deletions
|
|
@ -3,3 +3,6 @@
|
|||
caddy_stack:
|
||||
name: caddy
|
||||
compose: "{{ lookup('template', 'docker-stack.yml.j2') | from_yaml }}"
|
||||
|
||||
caddy_http_server_name: http
|
||||
caddy_https_server_name: https
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue