You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/23 10:17:01 UTC

[GitHub] [airflow] potiuk commented on pull request #19756: gitpodify Apache Airflow - online development workspace

potiuk commented on pull request #19756:
URL: https://github.com/apache/airflow/pull/19756#issuecomment-976369440


   Nice and Simple! :) This is what Breeze was created for :) . My initial goal was to get starrted with airflow under 10 minutes, so 5 minutes is pretty damn good.
   
   Re: ports: I thin all the ports that Breeze has ccomments about:
   
   ```
      Ports are forwarded to the running docker containers for webserver and database
        * 12322 -> forwarded to Airflow ssh server -> airflow:22
        * 28080 -> forwarded to Airflow webserver -> airflow:8080
        * 25555 -> forwarded to Flower dashboard -> airflow:5555
        * 25433 -> forwarded to Postgres database -> postgres:5432
        * 23306 -> forwarded to MySQL database  -> mysql:3306
        * 21433 -> forwarded to MSSQL database  -> mssql:1443
        * 26379 -> forwarded to Redis broker -> redis:6379
   
      Here are links to those services that you can use on host:
        * ssh connection for remote debugging: ssh -p 12322 airflow@127.0.0.1 pw: airflow
        * Webserver: http://127.0.0.1:28080
        * Flower:    http://127.0.0.1:25555
        * Postgres:  jdbc:postgresql://127.0.0.1:25433/airflow?user=postgres&password=airflow
        * Mysql:     jdbc:mysql://127.0.0.1:23306/airflow?user=root
        * Redis:     redis://127.0.0.1:26379/0
   ```
   
   Re: mongo - not sure why the problems. there are some problems with docker-compose2 for integrations (and networking) so maybe worth  checking if we can configure `docker-compose` version used.
   
   Questions @j143 :
   
   I do  not know gitpod that much, but is there a way we could configure some "options" when starting such vm? for example it would be great if when starting the vm you could choose:
   
   * backend
   * python version
   * integrations enabled
   
   For integrations - maybe just some predefined sets of those would be enough: (`--integrations all` switch)  
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org