Skip to content

Commit

Permalink
Bump version 4.0.2 -> 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Jul 27, 2021
1 parent c788f99 commit 88ed2c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions docker-compose.gateway.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.6"
services:
elastic:
image: bakingbad/bcdhub-elastic:3.5
image: bakingbad/bcdhub-elastic:4.0
build:
context: .
dockerfile: build/elastic/Dockerfile
Expand Down Expand Up @@ -32,7 +32,7 @@ services:

api:
restart: always
image: bakingbad/bcdhub-api:3.5
image: bakingbad/bcdhub-api:4.0
build:
context: .
dockerfile: build/api/Dockerfile
Expand All @@ -57,7 +57,7 @@ services:

indexer:
restart: always
image: bakingbad/bcdhub-indexer:3.5
image: bakingbad/bcdhub-indexer:4.0
build:
context: .
dockerfile: build/indexer/Dockerfile
Expand All @@ -78,7 +78,7 @@ services:

metrics:
restart: always
image: bakingbad/bcdhub-metrics:3.5
image: bakingbad/bcdhub-metrics:4.0
build:
context: .
dockerfile: build/metrics/Dockerfile
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.sandbox.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.6"
services:
elastic:
image: bakingbad/bcdhub-elastic:3.5
image: bakingbad/bcdhub-elastic:4.0
restart: always
volumes:
- esdata:/usr/share/elasticsearch/data
Expand Down Expand Up @@ -29,7 +29,7 @@ services:

api:
restart: always
image: bakingbad/bcdhub-api:3.5
image: bakingbad/bcdhub-api:4.0
environment:
- BCD_ENV=sandbox
- GIN_MODE=debug
Expand All @@ -53,7 +53,7 @@ services:

indexer:
restart: always
image: bakingbad/bcdhub-indexer:3.5
image: bakingbad/bcdhub-indexer:4.0
environment:
- BCD_ENV=sandbox
- POSTGRES_USER=root
Expand All @@ -74,7 +74,7 @@ services:

metrics:
restart: always
image: bakingbad/bcdhub-metrics:3.5
image: bakingbad/bcdhub-metrics:4.0
environment:
- BCD_ENV=sandbox
- POSTGRES_USER=root
Expand Down Expand Up @@ -107,7 +107,7 @@ services:
gui:
container_name: sandbox-gui
restart: always
image: bakingbad/bcdhub-gui:3.5
image: bakingbad/bcdhub-gui:4.0
depends_on:
- api
ports:
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "bcdhub",
"version": "4.0.2"
"version": "4.0.3"
}

0 comments on commit 88ed2c5

Please sign in to comment.