coollabsio / coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.
https://coolify.io
Apache License 2.0
32.04k stars 1.66k forks source link

[Bug]: Failed to parse docker-compose.yaml (Airflow) #2705

Open sdezza opened 3 months ago

sdezza commented 3 months ago

Description

I'm encountering an issue with my docker-compose.yaml from Airflow compose file where I receive the error Mapping values are not allowed in multi-line blocks. This error occurs when attempting to use an anchor and alias for reusable configuration blocks.

Airflow documentation relative to docker compose:

Fetch docker compose: curl -LfO 'https://airflow.apache.org/docs/apache-airflow/2.9.2/docker-compose.yaml'

Minimal Reproduction (if possible, example repository)

Exception or Error

No response

Version

v4.0.0-beta.306

sdezza commented 1 week ago

plop