chore: sync infra docs and coverage
Some checks failed
CI / Backend Tests (push) Failing after 2m41s
CI / Frontend Tests (push) Successful in 2m14s
CI / Build Docker Images (push) Has been skipped

This commit is contained in:
2025-10-16 22:41:22 -05:00
parent a553b14017
commit 252775faf3
109 changed files with 29696 additions and 208 deletions

View File

@@ -29,6 +29,8 @@ services:
JWT_SECRET: ${JWT_SECRET:?JWT_SECRET is not set}
HOST: ${BACKEND_HOST:-0.0.0.0}
PORT: ${BACKEND_PORT:-3001}
POSTGRES_HOST: merchantsofhope-supplyanddemandportal-database
UPLOAD_DIR: /app/uploads/resumes
ports:
- "0.0.0.0:${BACKEND_PORT:-3001}:3001"
command: >
@@ -38,6 +40,7 @@ services:
condition: service_healthy
volumes:
- ./backend:/app
- backend-resume-uploads:/app/uploads/resumes
- /app/node_modules
networks:
- merchantsofhope-supplyanddemandportal-network
@@ -63,6 +66,7 @@ services:
volumes:
merchantsofhope-supplyanddemandportal-postgres-data:
backend-resume-uploads:
networks:
merchantsofhope-supplyanddemandportal-network: