-
Notifications
You must be signed in to change notification settings - Fork 17
Packaging Web into a Docker image #452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This is cool, but I'm not sure if its necessary to have a container for it, since there isn't really any server side component. it would be pretty straight forward to host commet in a docker by just serving the web build in any regular http server container. I could see it being more useful to have a container if it had bundled in functionality for running services like the http proxy for gif search and such |
To ease deployments I worked a bit on creating a Docker image embedding Commet.
I managed to get a Docker image with a working installation of Commet but I'm struggling with OLM, I can't get ride of message "libolm is not installed or was not found. End to End Encryption will not be available until this is resolved".
If you have any clues, I'll fix it :)