- Docker
- Docker Compose
- Clone the repository:
- git clone https://github.com/bardolia243/sample-fullstack-application.git
- cd sample-fullstack-application
Run Docker Compose: docker-compose up
Environment Variables You may need to update the environment variables in the docker-compose.yml file as per your local setup.
By following these steps, you will have a fully automated CI pipeline that builds and pushes Docker images to GitHub Packages and a convenient way to run your full stack application locally using Docker Compose.