blob: 92d6ca53a1b42917373b4f3b9da8f888c79d03ff [file] [log] [blame]
volumes:
example-index:
services:
kalamar:
image: "korap/kalamar:v0.60.0-DNB-6"
ports:
- "4002:64543"
environment:
KALAMAR_API: "http://kustvakt:8089/api/"
depends_on:
- kustvakt
volumes:
- type: bind
source: ./html/robots.txt
target: /kalamar/public/robots.txt
- type: bind
source: ./data/kalamar.xs.conf
target: /kalamar/kalamar.production.conf
- type: bind
source: ./data/doc/buchpreis.html.ep
target: /kalamar/templates/custom/doc/buchpreis.html.ep
- type: bind
source: ./data/doc/intro.html.ep
target: /kalamar/templates/custom/intro.html.ep
- type: bind
source: ./data/doc/virtual_subcorpora.html.ep
target: /kalamar/templates/custom/doc/virtual_subcorpora.html.ep
- type: bind
source: ./data/useful_deliko_subcorpora_de.html
target: /kalamar/public/useful_deliko_subcorpora_de.html
- type: bind
source: ./data/useful_deliko_subcorpora_en.html
target: /kalamar/public/useful_deliko_subcorpora_en.html
- type: bind
source: ./data/partial/citation.html.ep
target: /kalamar/templates/custom/partial/citation.html.ep
- type: bind
source: ./data/deliko.plugins.xs.json
target: /kalamar/deliko.plugins.json
profiles:
- lite
restart: "unless-stopped"
kustvakt:
environment:
- INDEX=${INDEX:-${PWD}/dnb.index}
image: "korap/kustvakt:v0.79-DNB-3-lite"
ports:
- "8089:8089"
user: root
volumes:
- "${INDEX}:/kustvakt/index:z"
- type: bind
source: "${PWD}/data/"
target: /kustvakt/data/
profiles:
- lite
restart: "unless-stopped"
kalamar-export-plugin:
image: "korap/kalamar-plugin-export:0.3.2"
depends_on:
- kustvakt
- kalamar
volumes:
- type: bind
source: ./data/exportPlugin.xs.conf
target: /export/exportPlugin.conf
profiles:
- lite
restart: "unless-stopped"