added alembic database migrations, json import/export

This commit is contained in:
2025-09-28 14:32:52 -07:00
parent 0d72e494bc
commit ab4a95fa3a
2 changed files with 8 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ job "foodplanner" {
# Mount the SQLite database file to persist data
# Adjust the source path as needed for your environment
volumes = [
"/alloc/tmp/:/app/data/",
"/alloc/data/:/app/data/",
"/mnt/Public/configs/FoodPlanner_backups:/backups",
]
}