feluelle 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_r407041120
##########
File path: scripts/ci/docker-compose/backend-mysql.yml
##########
@@ -25,6 +25,8 @@ services:
-
AIRFLOW__CELERY__RESULT_BACKEND=db+mysql://root@mysql/airflow?charset=utf8mb4
depends_on:
- mysql
+ ports:
Review comment:
Like this https://github.com/apache/airflow/pull/8228/files ?
----------------------------------------------------------------
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