Auto-convert any standard docker-compose.yml to be Coolify-compatible #11057
foisalislambd
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem
Right now, when importing a generic/standard docker-compose.yml (one that wasn't written specifically for Coolify), it often needs manual adjustments before it works properly on Coolify. For example:
This means anyone bringing in an existing compose file (from a tutorial, another project, self-hosted app repo, etc.) has to manually edit it before it runs correctly on Coolify.
Proposed feature
An "auto-compatibility" step during compose import that:
Why this matters
This would make Coolify much easier to adopt for people who already have compose files from other projects/tutorials, since they wouldn't need to learn Coolify-specific compose conventions just to get started. It lowers the barrier to entry significantly, especially for newcomers.
Additional context
Happy to provide example compose files that currently need manual fixes if that helps clarify the specific pain points.
All reactions