- updated eventuate libs version
- updated docker-compose script: added a restart config to the app services
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user