Conversation
|
What is the point of using Ngrok and Compose here? Isn't simple docker build/run enough? |
|
The use of ngrok is optional for those who do need to run the project at VPS. In my case, I ran the service through termux in dex mode: I SSHed into my VPS and ran ngrok. Regarding docker-compose: As you can see, I do not use the Dockerfile at all. It is simply not needed with the existing flow. The I decided not to use Docker because, typically, for this type of project, it would be logical to introduce a staged build. Since it is not being deployed anywhere, it would be unnecessary overhead. |
|
Looks like this may already be accomplished in some fashion based on https://github.com/ris58h/exkeymo-server?tab=readme-ov-file#run-with-docker |
Thanks for the app - it helped me a lot, I wanted to setup russian mac phonetic layout, that I use on Mac, iPad, Linux and from now with the Android phone.
I've dockerized the app for the folks who does not have Java on their machines