We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19bba44 commit f631db4Copy full SHA for f631db4
docker-compose.yml
@@ -25,9 +25,9 @@ services:
25
working_dir: /app
26
environment:
27
- IS_LOCAL=true
28
- - CLOUD_TASKS_EMULATOR_HOST=cloud-tasks-emulator:8123
29
- - CLOUD_TASKS_EMULATOR_URL=http://cloud-tasks-emulator:8123
+ - CLOUD_TASKS_EMULATOR_HOST=cloud-tasks-emulator
30
- CLOUD_TASKS_EMULATOR_PORT=8123
+ - CLOUD_TASKS_EMULATOR_URL=http://cloud-tasks-emulator:8123
31
- TASK_LISTENER_BASE_URL=http://localhost:8000
32
- TASK_PROJECT_ID=test-project
33
- TASK_LOCATION=us-central1
0 commit comments