-
Notifications
You must be signed in to change notification settings - Fork 5
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
Define dnpublic_network
in the docker-compose.yml
#66
Comments
@pablomendezroyo can you justify why
|
The best way of working with Docker is to use the default built-in features to avoid human errors and automate as much as possible. In this case, the The Furthermore, the SDK should have whitelisted which docker networks are allowed (right now should be only |
Could you do some tests to check if that would work? What happens if you uninstall the https and there's still some other package on the public network? |
This is what DAppManager does when HTTPS package is installed. It must be done that way because it is only way to ensure that |
I think the best approach would be:
|
Currently the
dnpublic_network
is created by the dappmanager in two cases:This is not the best approach and should be defined in the https package
docker-compose.yml
.This feature deppends on the SDK and the daappmanager allowing this compose network: dappnode/DAppNodeSDK#207
The text was updated successfully, but these errors were encountered: