CodeForPhilly / balancer-main

CodeForPhilly balancer project (https://opencollective.com/code-for-philly/projects/balancer)
GNU Affero General Public License v3.0
11 stars 8 forks source link

docker-compose running DB, Frontend, Backend #7

Closed dherbst closed 10 months ago

dherbst commented 12 months ago

For #3 runs all three containers:

Adds docker-compose.yml and the wait-for-it.sh tool to have the backend container wait for the db to be up and running.

Prerequisites:

Testing

  1. First do all the prerequisites if you haven't.
  2. Go to your backend repo in a command prompt and type: docker compose up
  3. You should see all three containers start, you can then see the front-end at https://localhost:3000
dherbst commented 11 months ago

Probably prefer this one instead: https://github.com/CodeForPhilly/balancer-backend/pull/14

dherbst commented 10 months ago

Closing this, it is obsolete after #14 was merged.