mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-09-28 06:35:24 +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