- updated eventuate libs version

- updated docker-compose script: added a restart config to the app services
This commit is contained in:
dartpopikyardo
2017-01-19 02:22:52 +03:00
parent 4c6417ae4e
commit 2ca2fb029e
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
apigateway:
build: ./api-gateway-service/
restart: unless-stopped
ports:
- "8080:8080"
environment:
@@ -13,16 +14,19 @@ apigateway:
accountsservice:
build: ./accounts-service/
restart: unless-stopped
ports:
- "8085:8080"
transactionsservice:
build: ./transactions-service/
restart: unless-stopped
ports:
- "8082:8080"
accountsviewservice:
build: ./accounts-view-service/
restart: unless-stopped
environment:
SPRING_DATA_MONGODB_URI: mongodb://mongodb/mydb
ports:
@@ -30,11 +34,13 @@ accountsviewservice:
customersservice:
build: ./customers-service/
restart: unless-stopped
ports:
- "8083:8080"
customersviewservice:
build: ./customers-view-service/
restart: unless-stopped
ports:
- "8084:8080"
environment:

View File

@@ -5,5 +5,5 @@ eventuateMavenRepoUrl=http://mavenrepo.eventuate.io/release
springBootVersion=1.3.5.RELEASE
eventuateClientVersion=0.12.0.RELEASE
eventuateLocalVersion=0.4.0.RELEASE
eventuateClientVersion=0.14.0.RELEASE
eventuateLocalVersion=0.11.0.RELEASE