added changes from master

This commit is contained in:
Cobrijani
2019-07-18 23:30:46 +02:00
committed by Tobias Kaupat
parent 1033900afc
commit 31a9e3f328
4 changed files with 32 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
version: '2'
services:
test:
image: gcr.io/gcp-runtimes/container-structure-test
command: ["test", "--image", "restic-backup", "--config", "config.yml"]
volumes:
- ./config.yml:/config.yml
- /var/run/docker.sock:/var/run/docker.sock