-
Notifications
You must be signed in to change notification settings - Fork 62
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
Dockerizing qauld to enable self-hosting #520
Comments
The feature has been documented here: And committed via this pull request: #526 Thanks @brenodt for doing so |
A nice thing to have for the future, could be the possibility to define the "Port" and the node "Name" in a
Just in case, that it would be preferable to overwrite the startup command in the dockerfile itself we could do so in the docker-compose.yml |
I do agree, this sounds reasonable. |
One solution is for qauld to check for the presence of env variable and override the value from config.yaml if the variable is present. Maybe write something to the log like "env variable found, overriding config port value to wxyz". Could we request a feature like that? This is the best practice for containerized apps see https://medium.com/hackernoon/how-to-dockerize-any-application-b60ad00e76da (#7). Or I could easily add an envsubst bit for the entry point, no app modification required in that case. |
Opening an issue so it's easier to track the status of this feature.
Discussed in #518
Originally posted by huang12zheng January 24, 2023
I found that without documentation and best practices for relay nodes,
Maybe we could add it somewhere?
This is an example that I wrote
https://github.com/huang12zheng/qaul.net/tree/dockerfile
The text was updated successfully, but these errors were encountered: