Files
restic-backup-docker/docker-compose.test.yml
2019-07-19 10:13:21 +00:00

9 lines
258 B
YAML

version: '2'
services:
sut:
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