1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-21 06:01:43 +00:00
senpy/sentiment-taiger/docker-compose.yml

12 lines
345 B
YAML
Raw Normal View History

2018-08-01 11:19:09 +00:00
version: '3'
services:
dev:
image: gsiupm/senpy:latest
working_dir: "/senpy-plugins"
ports:
- "127.0.0.1:5005:5000"
volumes:
- ".:/senpy-plugins"
environment:
2019-01-09 15:18:12 +00:00
TAIGER_ENDPOINT: "${TAIGER_ENDPOINT:-http://somedi-taiger.hopto.org:5406/es_sentiment_analyzer_3classes}"