Visualization of parking data to assist in understanding of the effects of parking policies on a neighborhood by neighborhood basis in the City of Los Angeles
As a developer, I want to Dockerize our web application to simplify deployment and ensure consistency across different environments.
Description
Dockerizing our web application involves creating Docker containers for the application, along with any necessary dependencies, such as databases or external services. Dockerizing the application will make it easier to deploy and manage in different environments, as well as improve scalability and reliability.
Acceptance Criteria
[ ] Create Dockerfile(s) for the web application and any additional services.
[ ] Define the necessary services and configurations in a docker-compose.yml file.
[ ] Build Docker images for the application and services.
[ ] Test the Dockerized application locally to ensure it functions as expected.
[ ] Document the Docker setup and deployment process.
User Story
As a developer, I want to Dockerize our web application to simplify deployment and ensure consistency across different environments.
Description
Dockerizing our web application involves creating Docker containers for the application, along with any necessary dependencies, such as databases or external services. Dockerizing the application will make it easier to deploy and manage in different environments, as well as improve scalability and reliability.
Acceptance Criteria
Technical References:
Design References:
N/A