Closed darren277 closed 2 years ago
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
docker-compose.yml
docker-compose up
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?