Git clone, and docker-compose up -d - that works fine
Not a browser or platform issue
Would like ODM to be deployable to a swarm stack
single command to deploy a scalable stack via docker stack deploy, i.e.:
docker stack deploy -c docker-compose.yml webodm
Try to deploy via docker stack deploy and it'll fail, because it's not designed for a stack deployment. Stack deployment would preferably be in a later compose version (3.x+ rather than early 2.x - there are a lot of improvements since then)
Hey @bubthegreat, that would be a cool addition! Would you have an interest in contributing to it?
Absolutely! I'll pull the repo and see what I need to do to get it to
work. Will post questions here unless theres a better place for it.
On Thu, Jul 4, 2019, 5:45 AM Piero Toffanin notifications@github.com
wrote:
Hey @bubthegreat https://github.com/bubthegreat, that would be a cool
addition! Would you have an interest in contributing to it?—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/OpenDroneMap/WebODM/issues/692?email_source=notifications&email_token=AC5CHIN4ZHX5W7L5CWXE4YLP5XWH3A5CNFSM4H5NN57KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZHKGJQ#issuecomment-508470054,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AC5CHINIJFSS6SS46HN7PJTP5XWH3ANCNFSM4H5NN57A
.
That's fantastic! :+1: This thread is fine for questions.
Allright - initial questions:
Looks like I'm going to have a baby instead and probably won't be able to
get to this for a while, but if nobody else picks it up I'll jump back on
it as my time frees up.
On Wed, Jul 10, 2019 at 12:05 PM Piero Toffanin notifications@github.com
wrote:
>
- It's currently done via docker-compose (1 node max, no possibility
to add more).- Assuming you are referring to the webodm_webapp image, we use an
entrypoint in docker-compose because we spawn two containers, one is the
actual webapp, the other is a background worker. There's probably other
ways to set that up (have two separate images with different entrypoints?)
I'm guessing.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/OpenDroneMap/WebODM/issues/692?email_source=notifications&email_token=AC5CHIKZHDP5QQV6B5KV5JDP6YQGVA5CNFSM4H5NN57KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZUIXQY#issuecomment-510168003,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AC5CHIPXIMXMAQBH75KUJGTP6YQGVANCNFSM4H5NN57A
.
--
Mike Taylor
[email protected]
(801)913-9767
Congrats! I can understand the shift in priorities :smile: I'll leave this open for future development.
Hello,
I will start tackling this issue and keep you updated guys.
Thanks,
Ahmed Hefnawi
Still working my way slowly through webODM and in parallel working on the docker stack yaml file, however, I will just ask questions here if you don't mind whenever I get stuck =)
Of course @hefnawi , thanks for the update! :+1: Let us know if you have questions.
@hefnawi i also tried to deploy it to a stack, and now that i found this thread i was wondering if you had success with Docker 3x Swarm deploay. Greetings
Current setup does not lend it self to swarm deployment, no - the dockerfiles would need to be rewritten for swarm/kubernetes configs.
I'm interested in deploying to Kubernetes and can help out translating files if needed -- has any work been started on this already?
Working ok for us in kubernetes: https://gitlab.nautilus.optiputer.net/prp/webodm
I found that there's a horizontally scalable version now. But still no support for kubernetes
Most helpful comment
Hello,
I will start tackling this issue and keep you updated guys.
Thanks,
Ahmed Hefnawi