Sign inSign up

dievexx/custom_orion

By dievexx

Updated about 7 years ago

Custom version of Orion Context Broker.

Image
0

206

dievexx/custom_orion repository overview

This docker image is a custom image based on Orion Context Broker v2.0.0 adding an ENVIRONMENT VARIABLE called DB_HOST.

This environment variable is for avoid the use for the CMD -dbhost mongo field in docker run/docker-compose/docker swarm deployment. Also has been added the next commands to the entrypoint:

  • -dbTimeout 10000
  • -logLevel DEBUG

Below is the content of the Dockerfile file used to create this custom image.

FROM fiware/orion:2.0.0
ENV DB_HOST mongo_service
ENTRYPOINT /usr/bin/contextBroker -fg -multiservice -ngsiv1Autocast -dbhost ${DB_HOST}  -dbTimeout 10000 -logLevel DEBUG

Tag summary

Content type

Image

Digest

Size

100.1 MB

Last updated

about 7 years ago

docker pull dievexx/custom_orion:2.0.0