dutsik / unomi-docker

Apache Unomi Docker Setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unomi Docker Image

Docker Pulls

Running Unomi

Unomi requires ElasticSearch so it is recommended to run Unomi and ElasticSearch using docker-compose:

docker-compose up

Environment variables

When you start the unomi image, you can adjust the configuration of the Unomi instance by passing one or more environment variables on the docker run command line.

  • ELASTICSEARCH_HOST - The IP address of hostname for ElasticSearch
  • ELASTICSEARCH_PORT - The port for ElasticSearch

About

Apache Unomi Docker Setup


Languages

Language:Dockerfile 68.0%Language:Shell 32.0%