diff --git a/develop-docs/development-infrastructure/environment/ports.mdx b/develop-docs/development-infrastructure/environment/ports.mdx
index 3298df58149ade..bd1f350e4d1448 100644
--- a/develop-docs/development-infrastructure/environment/ports.mdx
+++ b/develop-docs/development-infrastructure/environment/ports.mdx
@@ -11,12 +11,14 @@ The following is a non-exhaustive list of ports used by Sentry services or any d
| Port | Service | Description
|:------|:-------------------------------------------|:-----------
| 9000 | Clickhouse | Devservice `clickhouse`. Database for Snuba.
+| 9009 | Clickhouse | Devservice `clickhouse`. Database for Snuba.
| 8123 | Clickhouse |
| 9009 | Clickhouse |
| 3021 | Symbolicator | Devservice `symbolicator`. For processing stacktraces.
| 1218 | [Snuba][] | Devservice `snuba`. For searching events.
| 1219 | [Snuba][] admin | Not part of devservices setup, but running `snuba admin` will listen on this port.
-| 9092 | Kafka | Devservice `kafka`. for relay-sentry communication and optionally for sentry-snuba communication
+| 9092 | Kafka | Devservice `kafka`.
+| 9093 | Kafka |
| 6379 | Redis | Devservice `redis` (or perhaps installed via Homebrew in rustier setups), responsible for caches, relay projectconfigs and Celery queues
| 5432 | Postgres | Devservice `postgres` (or perhaps installed via Homebrew in rustier setups)
| 7899 | [Relay][] | Devservice `relay`. Serves APIs for SDKs to send events to (aka event ingestion). Webpack on 8000 reverse-proxies to this server. Starts/stops with `sentry devserver`.
@@ -31,6 +33,7 @@ The following is a non-exhaustive list of ports used by Sentry services or any d
| 9001 | `sentry run web` | Barebones frontend without webpack or Relay. Sentry Dev is likely better. **Conflicts with Sentry Dev Styleguide server.**
| 8000 | [Relay][] mkdocs documentation | At some point this is going to get merged into our existing docs repos. **Conflicts with Sentry Dev.**
| 50051 | Taskbroker | taskbroker gRPC interface for taskbroker.
+| 8969 | Sentry Spotlight |
## Finding out what's running on your machine