backend docker refactor and frontend cleanup

This commit is contained in:
fred 2026-01-28 10:36:11 -08:00
parent 96443b6afe
commit 63e33a45b4
14 changed files with 130 additions and 113 deletions

7
example.env Normal file
View file

@ -0,0 +1,7 @@
DB_PORT=5432
DB_USER=recipe_app
DB_PASSWORD=password
DB_NAME=recipe_app
BACKEND_PORT=3000
FRONTEND_PORT=8080
DATABASE_URL='postgres://recipe_app:password@db:5432/'