This commit is contained in:
fred 2025-08-15 10:04:51 -07:00
parent 6169274fe1
commit 866922e0f2
8 changed files with 32 additions and 40 deletions

View file

@ -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}