Skip to content

Commit 38a5924

Browse files
fix: add socat to emulator container and update port configuration
Co-Authored-By: Rushil Srivastava <[email protected]>
1 parent ab09524 commit 38a5924

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile.emulator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
FROM ghcr.io/aertje/cloud-tasks-emulator:latest
2-
RUN apk add --no-cache wget
2+
RUN apk add --no-cache wget socat

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ services:
88
ports:
99
- "8123:8123"
1010
- "8124:8124"
11+
volumes:
12+
- ./start-emulator.sh:/app/start-emulator.sh
1113

1214
healthcheck:
1315
test: ["CMD", "wget", "-q", "--spider", "http://localhost:8123/v1/projects/test-project/locations/us-central1/queues"]

0 commit comments

Comments
 (0)