Yes you can! By default, astro airflow start will start your project with the Airflow web server exposed at port 8080 and postgres exposed at 5432. You can change this by specifying the ports you want used in your config.yaml file.
Note: Your config.yaml file is in a hidden .astro directory in the initialized project folder. You can find it by either opening your project in a text editor or by running ls -a from the command line.
One more addition here because I had trouble figuring it out- that config.yaml file is in a hidden .astro directory in the initialized project folder. You can find it by either opening your project in a text editor or by running ls -a from the command line.
Hi, I am using astro CLI and have set my webserver to a different port using this method. However, when I setup an smtp email connection to (e.g.) “email_on_failure”, the hyperlink to the “Log” and to “Mark success” in the email that is sent both still point to port 8080. How/where can I change the generated link so that I don’t have to edit the port in the browser each time I want to check the log for a failed task?