potiuk commented on a change in pull request #8228: Expose Airflow Webserver
Port in Production Docker Image
URL: https://github.com/apache/airflow/pull/8228#discussion_r406365402
##########
File path: Dockerfile
##########
@@ -328,5 +328,10 @@ WORKDIR ${AIRFLOW_HOME}
ENV AIRFLOW__CORE__LOAD_EXAMPLES="false"
+ARG AIRFLOW_WEBSERVER_HOST_PORT=8080
Review comment:
I do no think we need to have it configurable. Simply 8080 should be good
enough?. That would make it much simpler.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services