-
Hugo Trentesaux authored
* docker rmi * refac doc move "rpc" to "mirror" add docker documentation in TOC * refac docker documentation
Hugo Trentesaux authored* docker rmi * refac doc move "rpc" to "mirror" add docker documentation in TOC * refac docker documentation
mirror.md 703 B
How to deploy a permanent rpc node on ĞDev network
Publish a node
Duniter part
See docker documentation to install, configure, and start a node.
Reverse proxy part
See nginx reverse proxy.
To go further, read How to become a (black)smith
Upgrade your node with minimal interruption
- Modify docker image tag on your compose file
- Run
docker compose pull
, this will pull the new image. - Run
docker compose up -d --remove-orphans
, this will recreate the container - Verify that your node restarted well
docker compose logs duniter-rpc
- Remove the old image
docker rmi duniter/duniter-v2s:OLD_TAG