This repository houses a collection of code artifacts, including Github actions, Github workflows, and essential docker-compose files. These resources are instrumental in facilitating efficient and automated staging and production deployments.
1
stars
0
forks
source link
CI: docker-compose.test.yml for /frontend-next #26
TogetherCrew is based on micro-services. As the number of micro-services will continue to grow, it is of vital importance to ensure that they follow the same CI pipeline, else developers the quality and speed of delivery of the product will be put at risk.
Solution
We have already developed a CI pipeline for the TogetherCrew project. Now we need to align our existing repositories to this pipeline.
Task
Create or modify the docker-compose.test.yml so that the application can be run in a container. Reuse docker-compose.test.yml if possible.
Problem
TogetherCrew is based on micro-services. As the number of micro-services will continue to grow, it is of vital importance to ensure that they follow the same CI pipeline, else developers the quality and speed of delivery of the product will be put at risk.
Solution
We have already developed a CI pipeline for the TogetherCrew project. Now we need to align our existing repositories to this pipeline.
Task
Prerequisites
25