Extend docker_compose tests, add Alpine to CI (#304)

* Add test where project is started with project_src only (#303).

* Work around bug in docker_compose.

* Add Alpine in CI.
This commit is contained in:
Felix Fontein
2022-03-14 10:34:08 +01:00
committed by GitHub
parent 5f9afb8c12
commit 48391d6755
5 changed files with 78 additions and 0 deletions
@@ -0,0 +1,5 @@
---
- name: Install docker-compose as system package
apk:
name: "{{ docker_compose_packages }}"
state: present