This is a Single Page Application (SPA) built with Bamburgh template for React, Redux, Laravel and Postgres. A docker compose file is included to setup the full environment locally.
In order to implement a clear continuous integration we have to change the current docker-compose build implementation and pull the image directly from a container registry.
We are going to push the custom images for the frontend and backend to a private registry and change the docker-compose yaml file to pull the images from that private container registry
The next step would be create the pipelines that build and push the new images directly from github to the private images when a PR is approved.
We are going to use the Azure App Service docker compose service to create the CI
In order to implement a clear continuous integration we have to change the current docker-compose build implementation and pull the image directly from a container registry.
We are going to push the custom images for the frontend and backend to a private registry and change the docker-compose yaml file to pull the images from that private container registry
The next step would be create the pipelines that build and push the new images directly from github to the private images when a PR is approved.
We are going to use the Azure App Service docker compose service to create the CI