Skip to content

Instantly share code, notes, and snippets.

@martinbaillie
Created October 22, 2015 05:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinbaillie/5827ae377788cdeeef80 to your computer and use it in GitHub Desktop.
Save martinbaillie/5827ae377788cdeeef80 to your computer and use it in GitHub Desktop.
ke-service-api
service-gateway:
container_name: service-gateway
image: verintdockerhub/ke-service-gateway
tty: true
stdin_open: true
restart: always
net: "host"
tagging-service:
container_name: tagging-service
image: verintdockerhub/ke-tagging-service
tty: true
stdin_open: true
restart: always
net: "host"
environment:
server.port: "8180"
solr.url: "http://bats-orbit-csad.auiag.corp:20081/solr"
solr.host: "bats-orbit-csad.auiag.corp"
solr.port: "20081"
contactcentre.host: "bats-orbit-csad.auiag.corp"
contactcentre.port: "20081"
knowledge-service:
container_name: knowledge-service
image: verintdockerhub/ke-knowledge-service
tty: true
stdin_open: true
restart: always
net: "host"
volumes:
- ~/Code/kana/storage:/storage/:ro
environment:
server.port: "8280"
file.storage.location: "file:/storage"
solr.url: "http://bats-orbit-csad.auiag.corp:20081/solr"
solr.host: "bats-orbit-csad.auiag.corp"
solr.port: "20081"
contactcentre.host: "bats-orbit-csad.auiag.corp"
contactcentre.port: "20081"
case-service:
container_name: case-service
image: verintdockerhub/ke-case-service
tty: true
stdin_open: true
restart: always
net: "host"
environment:
server.port: "8380"
contactcentre.host: "bats-orbit-csad.auiag.corp"
contactcentre.port: "20081"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment