mirror of
https://github.com/lobaro/restic-backup-docker.git
synced 2026-02-17 09:23:56 +00:00
10 lines
259 B
YAML
10 lines
259 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
|