|
@@ -8,6 +8,7 @@ services:
|
|
volumes:
|
|
volumes:
|
|
- ${BACKUP_SOURCE}:/mnt/source:ro
|
|
- ${BACKUP_SOURCE}:/mnt/source:ro
|
|
- ./data/restic:/root/restic:ro
|
|
- ./data/restic:/root/restic:ro
|
|
|
|
+ - ./data/cache:/root/.cache/restic
|
|
env_file: .env
|
|
env_file: .env
|
|
entrypoint: /root/restic/entry.sh
|
|
entrypoint: /root/restic/entry.sh
|
|
# For debugging, docker-compose run restic
|
|
# For debugging, docker-compose run restic
|