Replace docker-compose restart hack with shell handler hack

The docker-compose integration would start 2 of the same container, which does bad things to things like databases!
This commit is contained in:
Jake Howard
2020-06-28 20:13:12 +01:00
parent 71086ca291
commit 86a398d6b4
34 changed files with 112 additions and 271 deletions

View File

@ -4,3 +4,5 @@ docker_user:
docker_compose_file_mask: 0664
docker_compose_directory_mask: 0775
docker_update_command: docker-compose down --remove-orphans && docker-compose rm && docker-compose pull && docker-compose up -d