Skip to content

Commit 4eeb6f0

Browse files
authored
doc: fix contribution doc ports (apache#47176) (apache#47177)
1 parent 2804530 commit 4eeb6f0

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

contributing-docs/03_contributors_quick_start.rst

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -501,24 +501,24 @@ Using Breeze
501501
Python version: 3.9
502502
Backend: mysql 5.7
503503
504-
505-
Port forwarding:
506-
507-
Ports are forwarded to the running docker containers for webserver and database
508-
* 12322 -> forwarded to Airflow ssh server -> airflow:22
509-
* 29091 -> forwarded to Airflow FastAPI API -> airflow:9091
510-
* 25555 -> forwarded to Flower dashboard -> airflow:5555
511-
* 25433 -> forwarded to Postgres database -> postgres:5432
512-
* 23306 -> forwarded to MySQL database -> mysql:3306
513-
* 26379 -> forwarded to Redis broker -> redis:6379
514-
515-
Here are links to those services that you can use on host:
516-
* ssh connection for remote debugging: ssh -p 12322 airflow@127.0.0.1 (password: airflow)
517-
* FastAPI API: http://127.0.0.1:29091
518-
* Flower: http://127.0.0.1:25555
519-
* Postgres: jdbc:postgresql://127.0.0.1:25433/airflow?user=postgres&password=airflow
520-
* Mysql: jdbc:mysql://127.0.0.1:23306/airflow?user=root
521-
* Redis: redis://127.0.0.1:26379/0
504+
* Port forwarding:
505+
506+
Ports are forwarded to the running docker containers for webserver and database
507+
* 12322 -> forwarded to Airflow ssh server -> airflow:22
508+
* 29091 -> forwarded to Airflow api server API -> airflow:9091
509+
* 25555 -> forwarded to Flower dashboard -> airflow:5555
510+
* 25433 -> forwarded to Postgres database -> postgres:5432
511+
* 23306 -> forwarded to MySQL database -> mysql:3306
512+
* 26379 -> forwarded to Redis broker -> redis:6379
513+
514+
Direct links to those services that you can use from the host:
515+
516+
* ssh connection for remote debugging: ssh -p 12322 airflow@127.0.0.1 (password: airflow)
517+
* API server: http://127.0.0.1:29091
518+
* Flower: http://127.0.0.1:25555
519+
* Postgres: jdbc:postgresql://127.0.0.1:25433/airflow?user=postgres&password=airflow
520+
* Mysql: jdbc:mysql://127.0.0.1:23306/airflow?user=root
521+
* Redis: redis://127.0.0.1:26379/0
522522
523523
524524
.. raw:: html
-507 KB
Loading

0 commit comments

Comments
 (0)