Moved the ability to switch off caddy's api access to variables not intended to be overwritten. It still can, but it is much more difficult. Since every docker deployment relies on caddy's api to be accessible it seems weird to present an easily reachable option to turn it off globally.
11 lines
186 B
YAML
11 lines
186 B
YAML
---
|
|
|
|
caddy_version: alpine
|
|
caddy_caddyfile_dir: "{{ docker_stack_files_dir }}/caddy"
|
|
|
|
caddy_use_debug: no
|
|
|
|
caddy_use_https: yes
|
|
caddy_tls_use_staging: no
|
|
# caddy_email: your@email.here
|
|
|