codeforpdx / codeforpdx/tenantfirstaid
Audit the project for Containerization
Open
@lee-coates is already working on this.
Since Aug 7, 2025.
- Dominant language
- Python
- Stars
- 13
- Forks
- 21
- Avg merge
- 6d 7h
- Merged PRs (30d)
- 3
Description
Review the current structure of the project to identify components that need to be containerized. We should identify distinct services, dependencies, entry points, external services, configurations, environment preparations, and/or any potential blockers or refactors.
Considerations:
- Flask backend
- React Front end - can this be deployed statically or should it be in a container?
- Valkey - should we containerize this or should we use a gcp service? This might be going away, but it's good to think about.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.