Skip to content

Commit

Permalink
update pubsub emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
rolang committed Jun 16, 2024
1 parent 25adeae commit b69ff6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
version: "3.3"
services:
pubsub:
# https://console.cloud.google.com/gcr/images/google.com:cloudsdktool/GLOBAL/cloud-sdk
image: gcr.io/google.com/cloudsdktool/cloud-sdk:461.0.0-emulators
image: gcr.io/google.com/cloudsdktool/cloud-sdk:480.0.0-emulators
ports:
- "8085:8085"
command: gcloud beta emulators pubsub start --project=any --host-port=0.0.0.0:8085

0 comments on commit b69ff6f

Please sign in to comment.