This is a step toward removing docker from deployment process. As Netlify hosts the front end, we can remove the web application from the docker-compose build process. We do this by 1) Removing it from the 'docker-composefile and 2) Creating adocker-compose.api` that excludes it from the build process. Now, only the api server, api, and database are hosted on Digital Ocean.
Description
This is a step toward removing docker from deployment process. As Netlify hosts the front end, we can remove the
web
application from the docker-compose build process. We do this by 1) Removing it from the 'docker-composefile and 2) Creating a
docker-compose.api` that excludes it from the build process. Now, only the api server, api, and database are hosted on Digital Ocean.