aaleman
aaleman
I have problems using "AIRFLOW__CELERY__BROKER_URL_CMD" (no more entries in google , just this topic) Is correct to point this value to hole string like: "pyamqp://airflow:airflow@rabbitmq:5672/airflow" in secret? AIRFLOW__CELERY__BROKER_URL_CMD=$(cat /run/secrets/broker_url) ?...
Hello, I have to securize passwords and no password upload to git.. I use rabbitmq. I try with 1.10.10 and same. I don't know what happens with this #### secrets...
Thanks for your repply NBardelot! your work here is awesome so many thanks. I understand, it is so simple no? I create my secret in docker-compose and saved in swarm...
Well, I have found several errors that confuse me, thank you very much for your interest and for giving support, I will never tire of repeating it. As you say,...
Hello, I'm using puckel/docker-airflow:1.10.9 and if you grep CMD on entrypoint you can't see anything related enviroments CMD inside, it's normal? O_o, I had to override this entrypoint https://github.com/puckel/docker-airflow/pull/503/commits/0f5b8b1df363283cbcc285d03781cd3dca148689 in...
Thanks a lot! Do you think that is the same if I copy entrypoint like now? or I lost some features? If I can save to build an image better...
Thanks for stay here ;) Somebody knows if AIRFLOW__CELERY__FLOWER_BASIC_AUTH_CMD is implemented? I can't see any trace in entrypoint about this environment. Regards!!
nothing about this?
Any possibility to read secrets from enviroments in docker-compose? like _FILE enviroments or something similar...
Thanks for reply. I tried to apply env_file but same issue. When I use enviroments like: ``` LOAD_EX=y FERNET_KEY=XXXX EXECUTOR=Celery AIRFLOW__CELERY__BROKER_URL=pyamqp://airflow:airflow@rabbitmq:5672/airflow AIRFLOW__CORE__SQL_ALCHEMY_CONN=postgresql+psycopg2://airflow:airflow@postgres/airflow AIRFLOW__CELERY__RESULT_BACKEND=db+postgresql://airflow:airflow@postgres/airflow ``` It's works but if I apply...