Compose file for dev
This commit is contained in:
parent
271749615f
commit
5202353e03
|
@ -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
|
Loading…
Reference in New Issue