Skip to content

Commit f631db4

Browse files
fix: separate host and port configuration for emulator connection
Co-Authored-By: Rushil Srivastava <[email protected]>
1 parent 19bba44 commit f631db4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ services:
2525
working_dir: /app
2626
environment:
2727
- IS_LOCAL=true
28-
- CLOUD_TASKS_EMULATOR_HOST=cloud-tasks-emulator:8123
29-
- CLOUD_TASKS_EMULATOR_URL=http://cloud-tasks-emulator:8123
28+
- CLOUD_TASKS_EMULATOR_HOST=cloud-tasks-emulator
3029
- CLOUD_TASKS_EMULATOR_PORT=8123
30+
- CLOUD_TASKS_EMULATOR_URL=http://cloud-tasks-emulator:8123
3131
- TASK_LISTENER_BASE_URL=http://localhost:8000
3232
- TASK_PROJECT_ID=test-project
3333
- TASK_LOCATION=us-central1

0 commit comments

Comments
 (0)