gidgenf / fullstack-capstone-project

Apache License 2.0
0 stars 0 forks source link

Containerize the services and applications #10

Open gidgenf opened 3 months ago

gidgenf commented 3 months ago

As a DevOps engineer I need to containerize backend and frontend services So that deployment and scalability are simplified.

Docker is used for containerization. Backend and frontend services are deployed as separate containers.

Given Dockerfiles are created for backend and frontend services When I build and run Docker containers locally Then the services should be containerized and operational.

Chethan34 commented 3 months ago

is the issue still up? can i confirm - do you still want to docker containerize your fullstack-capstone-project ?