Problem
If wanting to self-host, kubernetes is a much more robust solution than docker compose.
Proposed solution
A helm chart to install all service deps for both local development and prod deployment:
Alternatives considered
Docker compose.
Additional context
Docker compose is not needed at all, even for local dev. k3d and helm can be used to provide a fully-local, updates-on-file-change dev environment, without relying on developing in a container or other nasty bad DX solutions.
I can propose something for inclusion directly in this repo, if there is some interest.
Problem
If wanting to self-host, kubernetes is a much more robust solution than docker compose.
Proposed solution
A helm chart to install all service deps for both local development and prod deployment:
Alternatives considered
Docker compose.
Additional context
Docker compose is not needed at all, even for local dev.
k3dand helm can be used to provide a fully-local, updates-on-file-change dev environment, without relying on developing in a container or other nasty bad DX solutions.I can propose something for inclusion directly in this repo, if there is some interest.