mik-laj commented on issue #16041: URL: https://github.com/apache/airflow/issues/16041#issuecomment-847721984
This file is also missing a few things that make this docker-compose unsafe for production: - [CPU/memory resource limit](https://github.com/compose-spec/compose-spec/blob/002f33d2fa78425cd31f096444280cc4c9daf445/schema/compose-spec.json#L518-L519)- Each. the container has access to all system resources - SSL - The connection to the container should be encrypted by Traefik / other proxy, or we should configure SSL in the webserver ([webserver] web_server_ssl_*). - Containers use a local file system, but we should use volumes in a production environment. We should also mention the possible ways of deploying DAGs, eg Git Sync. -- 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]
