Stay on the exact version unless it is specifically told to upgrade. This is a first-step workaround for the (non-)idempodency issue of the caddy container's json config injection.
11 lines
305 B
YAML
11 lines
305 B
YAML
---
|
|
caddy_version: 2.8.4-alpine # tag exact version to avoid suprising container renewals
|
|
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
|
|
|
|
# caddy_zerossl_api_key: your-zerossl-key-here-its-free
|