Skip to content

Commit

Permalink
Updates for 0.25.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wrathagom committed Jun 18, 2019
1 parent 174397b commit b3d2212
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "articulate",
"version": "master",
"version": "0.25.0",
"description": "Articulate API",
"author": "Samtec Smart Platform Group",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ services:
ports: ['${PORT:-8080}:80']
command: [nginx-debug, '-g', 'daemon off;']
api:
image: samtecspg/articulate-api:repo-head
image: samtecspg/articulate-api:0.25.0
ports: ['${API_PORT:-7500}:7500']
ui:
image: samtecspg/articulate-ui:repo-head
image: samtecspg/articulate-ui:0.25.0
ports: ['3000']
rasa:
image: samtecspg/articulate-rasa:repo-head
image: samtecspg/articulate-rasa:0.25.0
ports: ['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"]
duckling:
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "articulate",
"version": "0.0.0",
"version": "0.25.0",
"description": "Smart conversational interfaces",
"repository": {
"type": "git",
Expand Down

0 comments on commit b3d2212

Please sign in to comment.