Compose file for dev

This commit is contained in:
Einar Forselv 2019-04-15 17:04:16 +02:00
parent 271749615f
commit 5202353e03
1 changed files with 9 additions and 0 deletions

9
docker-compose.yaml Normal file
View File

@ -0,0 +1,9 @@
version: '3'
services:
backup:
build: .
env_file:
- restic_volume_backup.env
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
- ../restic-volume-backup/restic-backup:/restic-backup