backend docker refactor and frontend cleanup
This commit is contained in:
parent
96443b6afe
commit
63e33a45b4
14 changed files with 130 additions and 113 deletions
7
example.env
Normal file
7
example.env
Normal 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/'
|
||||
Loading…
Add table
Add a link
Reference in a new issue