cleanup
This commit is contained in:
parent
6169274fe1
commit
866922e0f2
8 changed files with 32 additions and 40 deletions
|
@ -12,7 +12,7 @@ services:
|
|||
ports:
|
||||
- "${DB_PORT}:5432"
|
||||
volumes:
|
||||
- ./postgres/db:/var/lib/postgresql/data
|
||||
- ./db:/var/lib/postgresql/data
|
||||
backend:
|
||||
image: recipes_backend
|
||||
container_name: recipes_backend_${ID}
|
||||
|
@ -41,5 +41,6 @@ services:
|
|||
- "${FRONTEND_PORT}:80"
|
||||
volumes:
|
||||
- ./frontend:/usr/src/app
|
||||
- "$FRONTEND_BUILD_DIR:/usr/src/app/dist"
|
||||
environment:
|
||||
- NODE_ENV=${NODE_ENV}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue