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
J. Fernando Sánchez 6d3fc6f861 Taiger
2018-08-01 11:19:09 +00:00

12 lines
311 B
YAML

version: '3'
services:
dev:
image: gsiupm/senpy:latest
working_dir: "/senpy-plugins"
ports:
- "127.0.0.1:5005:5000"
volumes:
- ".:/senpy-plugins"
environment:
TAIGER_ENDPOINT: 'http://34.244.91.7:8080/sentiment/classifyPositivity'