Skip to content

Commit

Permalink
Added docker-compose for pubsub emulator.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmackdev committed Aug 5, 2023
1 parent 1149dcf commit 2404844
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
services:
pubsub-emulator:
image: "messagebird/gcloud-pubsub-emulator:latest"
ports:
- "8085:8681"
environment:
PUBSUB_PROJECT1: local-project,topic:subscription

0 comments on commit 2404844

Please sign in to comment.