docker-compose/defaults/main.yml
Knut Ahlers 1b54459c12
Introduce stop action
This enables users of this role to execute `docker-compose stop` instead
of `docker-compose down` on shutdown and speed up the startup. For full
discussion leading to this see: https://git.io/vpIOy

Thanks @EugenMayer for the suggestion!

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-04-18 17:53:21 +02:00

9 lines
123 B
YAML

---
docker_compose_reload_minutes: 15
docker_compose_stop_action: down
docker_compose_config:
version: "3"
services: