Update kopia

This commit is contained in:
2025-06-14 16:53:23 +05:30
parent beed6da9cb
commit 6274e92eaf
2 changed files with 39 additions and 4 deletions

View File

@@ -26,12 +26,10 @@ services:
- "./scripts:/scripts"
# Mount path for browsing mounted snaphots
- "./tmp:/tmp:shared"
# Restore path
- "./restore:/restore"
# Mount local folders to snapshot
- "${SOURCE_PATH}:/data:ro"
# Mount repository location
- "${BACKUP_PATH}:/repository"
# Restore path
- "${RESTORE_PATH}:/restore"
ports:
- "${PORT}:51515"
restart: "unless-stopped"