mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2026-03-22 14:46:02 +00:00
Compose file for dev
This commit is contained in:
9
docker-compose.yaml
Normal file
9
docker-compose.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user