Skip to content

Commit

Permalink
Updates for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wrathagom committed Jun 1, 2020
1 parent 12d6e1b commit 3b27491
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": "0.0.0",
"version": "1.0.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,15 +9,15 @@ services:
command: [nginx-debug, '-g', 'daemon off;']
restart: always
api:
image: samtecspg/articulate-api:repo-head
image: samtecspg/articulate-api:1.0.0
environment:
- AGENT_LIMIT=${AGENT_LIMIT:--1}
restart: always
ui:
image: samtecspg/articulate-ui:repo-head
image: samtecspg/articulate-ui:1.0.0
restart: always
rasa:
image: samtecspg/articulate-rasa:repo-head
image: samtecspg/articulate-rasa:1.0.0
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:
image: samtecspg/duckling:0.1.6.0
Expand Down Expand Up @@ -54,4 +54,4 @@ services:
environment:
- ELASTICSEARCH_HOST=${ELASTICSEARCH_HOST:-elasticsearch}
command: ["--strict.perms=false"]


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": "1.0.0",
"description": "Smart conversational interfaces",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3b27491

Please sign in to comment.