Skip to content

Commit 9eb6d58

Browse files
authored
Merge pull request #20 from hutomadotAI/pedrotei/er-lang
Force using latest docker images and ER lang on API config
2 parents a6447ce + 37dfe68 commit 9eb6d58

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

docker-compose_template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ services:
4747
- API_CONNECTION_STRING=jdbc:mysql://api-db:3306/hutoma?user=hutoma_caller&password=$API_DB_HUTOMA_CALLER_PASSWORD&zeroDateTimeBehavior=convertToNull
4848
- API_LOGGING_FLUENT_HOST=log-fluent
4949
- API_LOGGING_FLUENT_PORT=24224
50-
- API_ENTITY_RECOGNIZER_URL=http://api-entity:9095/ner
51-
- API_FIND_ENTITY_URL=http://api-entity:9095/findentities
50+
- API_ENTITY_RECOGNIZER_URL=http://ai-entity-[lang]:9095/ner
51+
- API_FIND_ENTITY_URL=http://ai-entity-[lang]:9095/findentities
5252
- API_FB_APP_ID=$FACEBOOK_APP_ID
5353
- API_FB_APP_SECRET=$FACEBOOK_APP_SECRET
5454
- API_ANALYTICS_ES_URLS=http://log-es:9200

launch.sh

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#!/bin/bash
22

3-
export IMAGE_API_DB='eu.gcr.io/hutoma-oss/core/db'
4-
export IMAGE_LOG_FLUENT='eu.gcr.io/hutoma-oss/core/fluent'
5-
export IMAGE_API_CTRL='eu.gcr.io/hutoma-oss/core/api-ctrl'
6-
export IMAGE_API_SVC='eu.gcr.io/hutoma-oss/core/api-svc'
7-
export IMAGE_API_ENTITY='eu.gcr.io/hutoma-oss/core/entity-rec'
8-
export IMAGE_EMBEDDING='eu.gcr.io/hutoma-oss/core/embedding'
9-
export IMAGE_WEB_REVERSE_PROXY='eu.gcr.io/hutoma-oss/core/reverse-proxy'
10-
export IMAGE_WEB_CONSOLE='eu.gcr.io/hutoma-oss/core/web-console'
11-
export IMAGE_WEB_MEDIASERVER='eu.gcr.io/hutoma-oss/core/web-media'
12-
export IMAGE_WORD2VEC='eu.gcr.io/hutoma-oss/core/word2vec'
3+
export IMAGE_API_DB='eu.gcr.io/hutoma-oss/core/db:latest'
4+
export IMAGE_LOG_FLUENT='eu.gcr.io/hutoma-oss/core/fluent:latest'
5+
export IMAGE_API_CTRL='eu.gcr.io/hutoma-oss/core/api-ctrl:latest'
6+
export IMAGE_API_SVC='eu.gcr.io/hutoma-oss/core/api-svc:latest'
7+
export IMAGE_API_ENTITY='eu.gcr.io/hutoma-oss/core/entity-rec:latest'
8+
export IMAGE_EMBEDDING='eu.gcr.io/hutoma-oss/core/embedding:latest'
9+
export IMAGE_WEB_REVERSE_PROXY='eu.gcr.io/hutoma-oss/core/reverse-proxy:latest'
10+
export IMAGE_WEB_CONSOLE='eu.gcr.io/hutoma-oss/core/web-console:latest'
11+
export IMAGE_WEB_MEDIASERVER='eu.gcr.io/hutoma-oss/core/web-media:latest'
12+
export IMAGE_WORD2VEC='eu.gcr.io/hutoma-oss/core/word2vec:latest'
1313

14-
./_launch_system.sh
14+
./_launch_system.sh

0 commit comments

Comments
 (0)