mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-10 19:12:28 +00:00
12 lines
345 B
YAML
12 lines
345 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: "${TAIGER_ENDPOINT:-http://somedi-taiger.hopto.org:5406/es_sentiment_analyzer_3classes}"
|