14 lines
409 B
YAML
14 lines
409 B
YAML
---
|
|
|
|
caddy_version: alpine
|
|
caddy_caddyfile_dir: "{{ docker_stack_files_dir }}/caddy"
|
|
|
|
caddy_use_debug: no
|
|
caddy_use_api: yes # if no turns off api interface; it is *required* for other swarm roles to be routed
|
|
|
|
caddy_use_https: yes
|
|
caddy_tls_use_staging: no
|
|
# caddy_email: your@email.here
|
|
|
|
# sets up a quick test server on port 80 to see if the container is set up correctly
|
|
caddy_create_test_file_server: no
|