DeadlyFirex / PrimoTracker

Suite of tools to track your income over time of primo's.
GNU Affero General Public License v3.0
1 stars 0 forks source link

[Feature] Add Docker support #3

Closed DeadlyFirex closed 11 months ago

DeadlyFirex commented 11 months ago

Description Add Docker support to allow for containerization. This will allow the project to run through Docker on multiple systems under isolation.

Context Currently, deploying the Flask microservice involves manual setup and configuration, leading to potential inconsistencies and issues across different environments. Dockerizing the microservice would provide a standardized and isolated environment, making it easier for developers to manage dependencies and streamline deployment processes.

Expected Behavior

Use Case Examples

Requirements

Considerations

Additional Information N/A

Dependencies N/A

Related N/A