sync - added week menus

This commit is contained in:
2025-09-27 16:25:40 -07:00
parent f4cea0c072
commit 2b70ec4adb
2 changed files with 1 additions and 7 deletions

View File

@@ -52,12 +52,6 @@ job "foodplanner" {
config {
image = "ghcr.io/sstent/foodplanner:main"
ports = ["http"]
# Mount the SQLite database file to persist data
# Adjust the source path as needed for your environment
volumes = [
"/alloc/tmp/meal_planner.db:/app/meal_planner.db"
]
}
resources {