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

How do I pass parameters to the application? #13

Open
natiki opened this issue Mar 21, 2019 · 2 comments
Open

How do I pass parameters to the application? #13

natiki opened this issue Mar 21, 2019 · 2 comments

Comments

@natiki
Copy link

natiki commented Mar 21, 2019

PS C:> docker run kuali/nats-streaming-console
{ options:
{ server: 'nats://localhost:4222',
monitor: 'http://localhost:8222',
cluster: 'test-cluster',
appName: 'nats-streaming-console' } }
Example app listening at http://:::8282

How do I change the cluster name etc.? (I am sure this is something I should know from a docker perspective.)

@synchrone
Copy link

The container pushed to docker hub as kuali/nats-streaming-console is not the same as master branch of this repo.

The committed code be possible to configure with env vars like https://github.com/KualiCo/nats-streaming-console/blob/master/server/nats-ss.js#L4 here, but it is hardcoded in the pushed image

@natiki
Copy link
Author

natiki commented Apr 26, 2019

@synchrone Thanks for the heads up. Maintainers any chance of a fix for this?

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

No branches or pull requests

2 participants