SI-Encoding / amazon-clone-flask

Co-developed containerized Flask and React eCommerce store with payment processor and 2FA verification
1 stars 0 forks source link

Dockerization #24

Closed darren277 closed 2 years ago

darren277 commented 2 years ago

Code Review Checklist

Description

Got Dockerization working for our application.

There are three Dockerfiles (note that a fourth container is made for the Postgres db service).

The docker-compose.yml file can be used to spin them all up via: docker-compose up

Type of change

How was it tested?