Skip to content

Commit

Permalink
Postgres Wal support. Replacing manually build images/libs to release…
Browse files Browse the repository at this point in the history
…d versions
  • Loading branch information
dartartem committed May 4, 2018
1 parent 84295be commit 37757cc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docker-compose-mysql-binlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ kafka:


mysql:
image: eventuateio/eventuate-tram-mysql:0.6.0.RELEASE
image: eventuateio/eventuate-tram-mysql:0.7.0.RELEASE
ports:
- 3306:3306
environment:
Expand All @@ -92,7 +92,7 @@ mongodb:
- "27017:27017"

cdcservice:
image: test-eventuate-tram-cdc-mysql-service
image: eventuateio/eventuate-tram-cdc-mysql-service:0.7.0.RELEASE
ports:
- "8099:8080"
links:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-postgres-polling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ kafka:


postgres:
image: eventuateio/eventuate-tram-postgres:0.6.0.RELEASE
image: eventuateio/eventuate-tram-postgres:0.7.0.RELEASE
ports:
- 5432:5432
environment:
Expand All @@ -91,7 +91,7 @@ mongodb:
- "27017:27017"

cdcservice:
image: test-eventuate-tram-cdc-mysql-service
image: eventuateio/eventuate-tram-cdc-mysql-service:0.7.0.RELEASE
ports:
- "8099:8080"
links:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-postgres-wal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ kafka:


postgres:
image: test-eventuate-tram-postgres-wal
image: eventuateio/eventuate-tram-postgres:0.7.0.RELEASE
ports:
- 5432:5432
environment:
Expand All @@ -91,7 +91,7 @@ mongodb:
- "27017:27017"

cdcservice:
image: test-eventuate-tram-cdc-mysql-service
image: eventuateio/eventuate-tram-cdc-mysql-service:0.7.0.RELEASE
ports:
- "8099:8080"
links:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ eventuateMavenRepoUrl=https://dl.bintray.com/eventuateio-oss/eventuate-maven-rel

springBootVersion=1.4.5.RELEASE
eventuateClientVersion=0.20.1.RELEASE
eventuateTramVersion=0.6.0-SNAPSHOT
eventuateTramVersion=0.7.0.RELEASE
dockerComposePluginVersion=0.4.5
version=0.1.0-SNAPSHOT

0 comments on commit 37757cc

Please sign in to comment.