spencerlepine / woofer

Dating app for pets - a full stack MERN project. Complete with CI/CD pipeline w/ Jest, GitHub Actions, Docker Hub, and AWS EC2
https://youtu.be/aiJhCoZRc78
2 stars 1 forks source link

heroku backend deployment #89

Closed spencerlepine closed 2 years ago

spencerlepine commented 2 years ago

Overview

The express server is being built with docker, pushing to DockerHub, and then pulled to run a container in the EC2 instance. For some reason, the backend keeps crashing on port 5000. Instead of running TWO docker containers on ONE machine, I am going to just serve the client on one service, and serve the API on heroku.

Ticket

Trello Ticket: #135 Issue #80

Checklist

Relevant Resources

Heroku Website GitHub Actions Heroku Deployment Procfile setup error: Stack Overflow