Skip to content

Commit

Permalink
Updates for 0.27.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wrathagom committed Jul 18, 2019
1 parent a1ef022 commit b24ffc7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.27.0",
"description": "Articulate API",
"author": "Samtec Smart Platform Group",
"license": "Apache-2.0",
Expand Down
8 changes: 4 additions & 4 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.27.0
ports: ['${API_PORT:-7500}:7500']
ui:
image: samtecspg/articulate-ui:repo-head
image: samtecspg/articulate-ui:0.27.0
ports: ['3000']
rasa:
image: samtecspg/articulate-rasa:repo-head
image: samtecspg/articulate-rasa:0.27.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 All @@ -41,4 +41,4 @@ services:
volumes:
- ${ES_CONFIG:-./local-storage/elasticsearch/config/elasticsearch.yml}:/usr/share/elasticsearch/config/elasticsearch.yml
- ${ES_DATA:-./local-storage/elasticsearch/data}:/usr/share/elasticsearch/data
- ${ES_DATA:-./local-storage/elasticsearch/docker-healthcheck.sh}:/usr/share/docker-healthcheck.sh
- ${ES_DATA:-./local-storage/elasticsearch/docker-healthcheck.sh}:/usr/share/docker-healthcheck.sh
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.27.0",
"description": "Smart conversational interfaces",
"repository": {
"type": "git",
Expand Down

0 comments on commit b24ffc7

Please sign in to comment.