Add backup and restore of data

This commit is contained in:
2026-08-27 00:35:04 +03:00
parent 709c645af2
commit e532335b1b
13 changed files with 93 additions and 10 deletions
+1 -4
View File
@@ -6,8 +6,5 @@ services:
environment:
DATABASE_PATH: /data/inventory.db
volumes:
- inventory_data:/data
- ./data:/data
restart: unless-stopped
volumes:
inventory_data: