Skip to content
Snippets Groups Projects

Run all backend services with a single docker-compose.yml

Merged Zak, J. (Jan) requested to merge first into master

Changes:

  • fixed forwarding points in gateway
  • changed frontend port to 3000, to prevent conflict with envoy at 8080
  • moved protos from outside to backend/gateway/protos, so that it can run from the project directory
  • moved backend/database/config.js from outside to backend/gateway/src/database.js and backend/app/src/database.js, so that it can run from the project directory
  • moved backend/Dockerfile to backend/app/Dockerfile, so that it can build from the project directory
  • added backend/gateway/Dockerfile
  • added start script to backend/app/package.json and backend/gateway/package.json, so that they can run with npm start command
  • updated backend/docker-compose.yml to run all backend services
Edited by Zak, J. (Jan)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading