Skip to content

Commit

Permalink
Updated datastore emulator docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
vihangpatil committed Nov 20, 2019
1 parent 8cda8ca commit 374f119
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.esp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ services:

datastore-emulator:
container_name: datastore-emulator
image: google/cloud-sdk:218.0.0
image: google/cloud-sdk:272.0.0
expose:
- "8081"
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.ocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:

datastore-emulator:
container_name: datastore-emulator
image: google/cloud-sdk:218.0.0
image: google/cloud-sdk:272.0.0
expose:
- "8081"
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.seagull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ services:

datastore-emulator:
container_name: datastore-emulator
image: google/cloud-sdk:218.0.0
image: google/cloud-sdk:272.0.0
expose:
- "8081"
environment:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ services:

datastore-emulator:
container_name: datastore-emulator
image: google/cloud-sdk:218.0.0
image: google/cloud-sdk:272.0.0
expose:
- "8081"
environment:
Expand All @@ -142,7 +142,7 @@ services:
build:
context: sim-administration/postgres
dockerfile: Dockerfile
tmpfs: "//var/lib/postgresql/data"
tmpfs: "/var/lib/postgresql/data"
ports:
- "55432:5432"

Expand Down

0 comments on commit 374f119

Please sign in to comment.