Sign inSign up

vesterbusiness/vnode_mongo

By vesterbusiness

Updated about 1 year ago

vNode — Enterprise Connectivity Platform for IIoT with OPC UA, MQTT, Modbus, real-time processing.

Image
Languages & frameworks
Internet of things
0

1.6K

vesterbusiness/vnode_mongo repository overview

vNode Automation Logo

vNode + MongoDB Docker Image

This repository provides a preconfigured Docker image containing vNode Automation and MongoDB, ready to deploy for Industrial IoT environments.

Features
  • Includes the latest stable release of vNode Automation.
  • Integrated MongoDB database for data historization.
  • Compatible with Linux, Windows, and macOS hosts.
  • Lightweight and easy to deploy using Docker Compose.
How to run
  1. Obtain the docker image:
    docker pull vesterbusiness/vnode_mongo:latest
    
  2. Download the compose.yaml and Entrypoint.sh files.
  3. Start the container stack with:
    docker compose up -d
    
  4. Access vNode via your browser at:
    http://localhost:8005
    
  5. Default MongoDB port: 27017
Versioning

By default, the compose.yaml file uses the latest image tag:

image: vesterbusiness/vnode_mongo:latest

If you need a specific version, replace latest with the desired tag, e.g.:

image: vesterbusiness/vnode_mongo:1.21.13
Contact & Support

Tag summary

Content type

Image

Digest

sha256:2d6d33afc

Size

128.9 MB

Last updated

about 1 year ago

docker pull vesterbusiness/vnode_mongo