CSCI-GA-2820-SU24-001 / recommendations

NYU DevOps Recommendations Service Summer 2024
Apache License 2.0
2 stars 0 forks source link

Deploy Database on RedHat #61

Open Dreamsofriver opened 2 months ago

Dreamsofriver commented 2 months ago

As a Developer I need to deploy our project and its database on a RedHat server So that the application can be hosted and accessed in a production environment

Details and Assumptions:

The deployment should use Docker containers. The database should be PostgreSQL. The deployment process should include setting up the necessary environment variables and configurations.

Acceptance Criteria:

Given the need to host the application on RedHat When the deployment process is executed Then the application and database should be successfully deployed and running on RedHat

Given the deployment configurations When environment variables and Docker containers are set up correctly Then the application should connect to the PostgreSQL database without issues