Open sri-vathsa opened 4 years ago
These are yaml anchors, see: https://medium.com/@kinghuang/docker-compose-anchors-aliases-extensions-a1e4105d70bd
*envfile
takes over the values that are defined above as &envfile
Cool, got it. Even after using the same env file I am getting this error from celery.
Cannot connect to amqp://guest:**@127.0.0.1:5672//: [Errno 111] Connection refused.
Any idea why this is happening?
Can you explain what this line does?
env_file: *envfile
I tried using the code in my project and it gives an error