sync - added week menus

This commit is contained in:
2025-09-28 05:30:37 -07:00
parent 2b70ec4adb
commit 81e474c795
4 changed files with 10 additions and 3 deletions

View File

@@ -52,6 +52,12 @@ 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/:/data/"
]
}
resources {