DEV Community

Discussion on: CI/CD for personal project on homerserver

Collapse
 
siy profile image
Sergiy Yevtushenko

These days I'd rather use containerized configuration: one container for frontend, one for backend and one for DB. All components then can be built and packaged as containers and then a small compose script would bring them all together into one network. For some complex testing it might be convenient to bring yet another container with the test runner.