Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

sevenmind/pubsub-emulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Google PubSub Emulator Docker Image

Use the Google SDK image instead!

In docker-compose.yml

services:
  pubsub: 
    image: google/cloud-sdk:emulators
    volumes:
      - pubsub-data:/opt/pubsub
    ports:
      - 8085:8085
    command: > 
      /google-cloud-sdk/bin/gcloud beta emulators 
      pubsub start 
        --data-dir /opt/pubsub
        --host-port "0.0.0.0:8085"
volumes:
  pubsub-data:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published