Skip to content

init docker-compose with api#44

Open
nlehuby wants to merge 1 commit intoradiant-maxar:masterfrom
nlehuby:compose
Open

init docker-compose with api#44
nlehuby wants to merge 1 commit intoradiant-maxar:masterfrom
nlehuby:compose

Conversation

@nlehuby
Copy link
Contributor

@nlehuby nlehuby commented Feb 2, 2019

This is a start for #42
It only contains the API because the UI has no Dockerfile for now

To use:

host: process.env.HOST || 'localhost',
const server = Hapi.server({
port: process.env.PORT || 3000,
host: '0.0.0.0',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Help is needed on that: we need to use 0.0.0.0 instead of localhost so the port forward is ok, but I did not manage to make it work in a proper way 😞

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.

1 participant