Fixed the reverse setting for https redirection. It would redirect when the option was toggled off and vice versa.
8 lines
176 B
YAML
8 lines
176 B
YAML
---
|
|
|
|
caddy_stack:
|
|
name: caddy
|
|
compose: "{{ lookup('template', 'docker-stack.yml.j2') | from_yaml }}"
|
|
|
|
caddy_http_server_name: httpserve
|
|
caddy_https_server_name: httpsserve
|