added alembic database migrations, json import/export

This commit is contained in:
2025-09-28 08:15:38 -07:00
parent 3fb1a092df
commit 80ab59bbb7
2 changed files with 2 additions and 1 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/:/data/"
"/alloc/tmp/:/data/",
"/mnt/Public/configs/FoodPlanner_backups:/backups",
]
}