Skip to content

Add docker for local development#309

Merged
nickbeaird merged 10 commits intohackforla:developmentfrom
nickbeaird:dockerize_app
Oct 2, 2020
Merged

Add docker for local development#309
nickbeaird merged 10 commits intohackforla:developmentfrom
nickbeaird:dockerize_app

Conversation

@nickbeaird
Copy link
Contributor

Overview: Add in docker files to run the app locally. The changes add the backend to a container, the frontend to a container, and adds a reverse proxy container to allow for redirecting to the API from the frontend within containers.

Acceptance:

  • Users can run the development environment with docker-compose.
  • The readme has updated information for running the application locally.

How to test:

  1. Follow the directions for configuring your MONGO db in the README.md
  2. Follow the directions for running the docker container in the README.md
  3. Run your environment.

@nickbeaird nickbeaird merged commit 9b0fdb7 into hackforla:development Oct 2, 2020
@nickbeaird nickbeaird deleted the dockerize_app branch October 2, 2020 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dockerize application Wire up test MongoDB database in Docker container

2 participants