Custom version of Orion Context Broker.
206
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 DEBUGBelow 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
Content type
Image
Digest
Size
100.1 MB
Last updated
about 7 years ago
docker pull dievexx/custom_orion:2.0.0