Added caddy as swarm container. Uses templated Caddyfile which can be set up for testing purposes for now. Depends on docker and docker-swarm, and will keep its stuff where docker-swarm sets itself up.
5 lines
109 B
YAML
5 lines
109 B
YAML
---
|
|
|
|
caddy_stack:
|
|
- name: caddy
|
|
compose: "{{ lookup('template', 'docker-stack.yml.j2') | from_yaml }}"
|