1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-20 22:01:41 +00:00
senpy/sentiment-taiger/docker-compose.yml
2019-01-11 12:10:17 +01:00

12 lines
363 B
YAML

version: '3'
services:
dev:
image: "gsiupm/senpy-taiger:${VERSION:-dev}"
working_dir: "/senpy-plugins"
ports:
- "127.0.0.1:5005:5000"
volumes:
- ".:/senpy-plugins"
environment:
TAIGER_ENDPOINT: "${TAIGER_ENDPOINT:-http://somedi-taiger.hopto.org:5406/es_sentiment_analyzer_3classes}"