Production-Ready Docker Compose Deployment Stack #507
Closed
goranskular
started this conversation in
Ideas
Replies: 2 comments
-
|
Almost there: #656 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Merged ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For smaller deployments where Kubernetes is unnecessary or unavailable, it would be extremely useful to support a production-ready deployment using Docker Compose.
The idea is to provide a complete Compose stack that includes all necessary services - such as Traefik or Nginx for reverse proxy and automatic certificate management - making it possible to run Meet securely and reliably in production without requiring Kubernetes.
Since there is already a Docker Compose setup for development (with the exception of the frontend, which is currently not containerized), it might be relatively straightforward for someone familiar with the full stack to adapt or extend it for production use.
Having both deployment options - Kubernetes and Docker Compose - would significantly broaden the project's accessibility and make it easier for a wider range of users and teams to deploy Meet according to their needs.
Beta Was this translation helpful? Give feedback.
All reactions