Skip to content

Commit 6358091

Browse files
committed
chore: Update pubsub service on docker-compose.yml
Update the pubsub service for the development docker-compose.yml file compatible with the CircleCI and current tests configuration. Signed-off-by: Paulo Vital <[email protected]>
1 parent a9aaf4d commit 6358091

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docker-compose.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,12 @@ services:
5757
- 5672:5672
5858

5959
pubsub:
60-
image: singularities/pubsub-emulator
60+
image: egymgmbh/pubsub-emulator
6161
environment:
62-
- PUBSUB_PROJECT_ID=project-test
63-
- PUBSUB_LISTEN_ADDRESS=0.0.0.0:8432
62+
- PUBSUB_EMULATOR_HOST=0.0.0.0:8085
63+
command:
64+
- test-project
65+
- test-topic
66+
- test-subscription
6467
ports:
65-
- "8432:8432"
68+
- "8085:8085"

0 commit comments

Comments
 (0)