Skip to content

Commit

Permalink
#30 add as new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Liang Wang committed Nov 24, 2020
1 parent d310047 commit 0d0d902
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"
services:
## Computing Nodes
clause:
image: "chatopera/clause:${CLAUSE_BUILD:-develop}"
image: "chatopera/clause:${CLAUSE_BUILD:-b46d1a8}"
restart: always
ports:
- "${CLAUSE_PORT:-8056}:8056"
Expand Down Expand Up @@ -33,7 +33,7 @@ services:
- activemq

intent:
image: "chatopera/intent:${CLAUSE_BUILD:-develop}"
image: "chatopera/intent:${CLAUSE_BUILD:-b46d1a8}"
restart: always
ports:
- "${INTENT_PORT:-8063}:8063"
Expand All @@ -52,7 +52,7 @@ services:
- activemq

sysdicts:
image: "chatopera/sysdicts:${CLAUSE_BUILD:-develop}"
image: "chatopera/sysdicts:${CLAUSE_BUILD:-b46d1a8}"
restart: always
ports:
- "${SYSDICTS_PORT:-8066}:8066"
Expand Down
14 changes: 2 additions & 12 deletions sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# https://docs.docker.com/compose/env-file/
COMPOSE_FILE=docker-compose.yml
COMPOSE_PROJECT_NAME=chatopera.clause
CLAUSE_BUILD=b46d1a8
CLAUSE_DB_PASSWD=cl12345
INTENT_PORT=8063
CLAUSE_PORT=8056
Expand All @@ -10,15 +11,4 @@ MYSQL_PORT=8055
REDIS_PORT=8050
ACTIVEMQ_PORT=8057
ACTIVEMQ_PORT2=8058
ACTIVEMQ_PORT3=8059

# local environment variables for development
####################
## Glog
## http://www.yeolar.com/note/2014/12/20/glog/
## https://blog.csdn.net/junmuzi/article/details/79670351
####################
GLOG_logtostderr=1
# GLOG_minloglevel=2
GLOG_v=3
CLAUSE_BUILD=31fd846
ACTIVEMQ_PORT3=8059

0 comments on commit 0d0d902

Please sign in to comment.