Skip to content
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

prep for initial webodm integration #12

Merged
merged 2 commits into from
May 10, 2019
Merged

prep for initial webodm integration #12

merged 2 commits into from
May 10, 2019

Conversation

dronemapper-io
Copy link
Collaborator

No description provided.

@dronemapper-io dronemapper-io merged commit 0caea86 into master May 10, 2019
@@ -1,7 +1,7 @@
FROM ubuntu:18.04
MAINTAINER Jon-Pierre Stoermer <jp@dronemapper.com>

EXPOSE 3000
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could also simply remap the port with docker/docker-compose (e.g. docker [..] -p 3001:3000) if you are worried about conflicting ports and two nodes running on the same host!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I figured as much, just thought it might be cleaner to let NodeMICMAC live on 3001 .. I'm open to whatever works best

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Up to you! As a user I would expect things to be on the same port and then use docker to remap it if needed, but if you think it works better by using port 3001, that's ok too.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair point. I'll do a bit more testing on the WebODM side and see how it works .. starting that integration is why I changed it. dronemapper-io/WebODM@6384f89

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants