Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ services:
condition: service_healthy

firestore:
image: google/cloud-sdk:emulators@sha256:4d5f296613305c375c4c9e20c34e8eacfb7a6787a8dc4b26645b67056fb0ef53
image: google/cloud-sdk:emulators@sha256:fa18e6377033b4a4ad1d0bc8c7854790ee74ff3624f03bab8f268751ba92cd70
command: ["/app/firestore-wrapper.sh"]
ports:
- ${FIRESTORE_PORT:-8080}:8080
Expand All @@ -137,7 +137,7 @@ services:
- dev-network

pubsub:
image: google/cloud-sdk:emulators@sha256:4d5f296613305c375c4c9e20c34e8eacfb7a6787a8dc4b26645b67056fb0ef53
image: google/cloud-sdk:emulators@sha256:fa18e6377033b4a4ad1d0bc8c7854790ee74ff3624f03bab8f268751ba92cd70
command: ["/app/start-pubsub.sh"]
ports:
- ${PUBSUB_PORT:-8085}:8085
Expand Down Expand Up @@ -232,7 +232,7 @@ services:

# Test-specific emulator services (isolated from dev)
firestore-test:
image: google/cloud-sdk:emulators@sha256:4d5f296613305c375c4c9e20c34e8eacfb7a6787a8dc4b26645b67056fb0ef53
image: google/cloud-sdk:emulators@sha256:fa18e6377033b4a4ad1d0bc8c7854790ee74ff3624f03bab8f268751ba92cd70
command: ["/app/firestore-wrapper.sh"]
volumes:
- ./docker/firestore/firestore-wrapper.sh:/app/firestore-wrapper.sh:ro
Expand All @@ -249,7 +249,7 @@ services:
profiles: [testing]

pubsub-test:
image: google/cloud-sdk:emulators@sha256:4d5f296613305c375c4c9e20c34e8eacfb7a6787a8dc4b26645b67056fb0ef53
image: google/cloud-sdk:emulators@sha256:fa18e6377033b4a4ad1d0bc8c7854790ee74ff3624f03bab8f268751ba92cd70
command: ["/app/start-pubsub.sh"]
volumes:
- ./docker/pubsub/start-pubsub.sh:/app/start-pubsub.sh:ro
Expand Down