* add version label and trim repo url
* add README for protobufs
* add version to NodeInfoResponse
* add docker login task
* remove version from docker compose file
* return version with GetNodeInfo response
* add basic -node-info flag
* print max frame as well with -node-info
* expand protobuf README
* update node command examples to use node binary and make log commands follow
* return all of NodeInfo
* extract FormatVersion
* print version of running process
* Modify the wrong default volumes value to /root/.config (#109)
* move extract version logic to new version.go in config package
* update version extraction command
---------
Co-authored-by: talentbuilder <talentbuilder@163.com>
* multi-stage Dockerfile
* add build arguments for git
* add taskfile
* switch back to copying source into build stage and clean up labels
* get image name from .env
* remove top level ARGs
* update DOCKER-README with Taskfile details
* mention light and safe image
* add a backup task
* add healthcheck
* add logs-folder task
* add warnings to backup task
* allow port overriding in docker compose