mirror of
https://github.com/luzifer-ansible/docker-compose.git
synced 2024-11-08 13:39:59 +00:00
Knut Ahlers
1b54459c12
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>
8 lines
123 B
YAML
8 lines
123 B
YAML
---
|
|
|
|
docker_compose_reload_minutes: 15
|
|
docker_compose_stop_action: down
|
|
|
|
docker_compose_config:
|
|
version: "3"
|
|
services:
|