koconder opened a new issue, #24442:
URL: https://github.com/apache/airflow/issues/24442

   ### What do you see as an issue?
   
   Currently the docker-compose.yaml is giving the following error from the 
following command:
   
   ```
   ❯ docker-compose up airflow-init
   
   ERROR: The Compose file './docker-compose.yaml' is invalid because:
   services.airflow-cli.image contains an invalid type, it should be a string
   services.airflow-init.image contains an invalid type, it should be a string
   services.airflow-scheduler.image contains an invalid type, it should be a 
string
   services.airflow-triggerer.image contains an invalid type, it should be a 
string
   services.airflow-webserver.image contains an invalid type, it should be a 
string
   services.airflow-worker.image contains an invalid type, it should be a string
   services.flower.image contains an invalid type, it should be a string
   (base) 
   ```
   
   ### Solving the problem
   
   We should update the version of the docker compose from 3 to 3.2 to allow 
for the expressive notations.
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to