mirror of
https://github.com/sstent/foodplanner.git
synced 2026-01-25 11:11:36 +00:00
adding new bug fixes - changed the way meals are tracked and logged to make them copies not references
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user