adding new bug fixes - changed the way meals are tracked and logged to make them copies not references

This commit is contained in:
2026-01-11 07:40:27 -08:00
parent ea45b32450
commit b48a7675dd
8 changed files with 343 additions and 145 deletions

View File

@@ -5,6 +5,10 @@ services:
- "8999:8999"
environment:
- DATABASE_URL=sqlite:////app/data/meal_planner.db
- PYTHONUNBUFFERED=1
volumes:
- ./alembic:/app/alembic
- ./data:/app/data
- ./data:/app/data
- ./app:/app/app
- ./templates:/app/templates
- ./main.py:/app/main.py