Skip to content
Open
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
2 changes: 1 addition & 1 deletion devtools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ SERVICES_OVERRIDE=localbatch,minio make up
| `sfn-local` | AWS Step Functions Local | ddb-local | 8082 |
| `azurite` | Azure Blob / Queue / Table emulator | — | 10000–10002 |
| `fake-gcs-server` | Google Cloud Storage emulator | — | 4443 |
| `airflow` | Apache Airflow (LocalExecutor) | | 8090 (UI / REST API) |
| `airflow` | Apache Airflow (LocalExecutor) | postgresql | 8090 (UI / REST API) |
Comment thread
talsperre marked this conversation as resolved.

Dependencies are resolved automatically — selecting `sfn-local` in the picker also starts `ddb-local`.

Expand Down
Loading