Skip to content

Commit

Permalink
Updates for 0.10.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
milutz committed Jun 19, 2018
1 parent 9ae04d5 commit f899289
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: '3.0'

services:
api:
image: samtecspg/articulate-api:0.10.0
image: samtecspg/articulate-api:0.10.1
ports: ['0.0.0.0:7500:7500']
networks: ['alpha-nlu-network']
# The following (crazy) block is about both:
Expand All @@ -27,13 +27,13 @@ services:
healthcheck:
test: ['CMD', 'curl', '-f', 'http://${PUBLIC_IP:-localhost}:7500/agent']
ui:
image: samtecspg/articulate-ui:0.10.0
image: samtecspg/articulate-ui:0.10.1
ports: ['0.0.0.0:3000:3000']
environment:
- API_URL=http://${PUBLIC_IP:-localhost}:7500
networks: ['alpha-nlu-network']
rasa:
image: samtecspg/articulate-rasa:0.10.0
image: samtecspg/articulate-rasa:0.10.1
ports: ['0.0.0.0:5000:5000']
volumes: ["${MODEL_DIR:-./local-storage/rasa/nlu-model}:/app/projects", "${RASA_CONFIG:-./local-storage/rasa/rasa-config.yml}:/app/config.yml", "./local-storage/rasa/logs:/app/logs"]
networks: ['alpha-nlu-network']
Expand Down

0 comments on commit f899289

Please sign in to comment.