NoroffFEU / agency-api.noroff.dev

The Unlicense
2 stars 12 forks source link

Dockerizing Agency API #119

Closed jaaneh closed 10 months ago

jaaneh commented 10 months ago

This PR introduces Docker and docker-compose to the Agency API, streamlining the development and deployment processes.

Here's what you need to do to get going:

To stop the docker containers when you're done, just run docker-compose down

Feel free to reach out, or open a issue/PR and tag me, if you encounter any issues or have suggestions for improvements to the setup :-)

render[bot] commented 10 months ago

Your Render PR Server URL is https://noroff-agency-api-pr-119.onrender.com.

Follow its progress at https://dashboard.render.com/web/srv-cmih68021fec73f29ljg.

jaaneh commented 10 months ago

Once this is in, I'll also move the deployment over from using node directly to building from the Dockerfile file. It may result in a couple minutes downtime while it's being moved over