Allow scaling docker deployments using replicas #3862
Replies: 10 comments 16 replies
-
Big issue for me. |
Beta Was this translation helpful? Give feedback.
-
Linking #2131 to the discussion |
Beta Was this translation helpful? Give feedback.
-
Are there plans for this? Seems like a pretty vital feature to have. |
Beta Was this translation helpful? Give feedback.
-
Big issue for me too |
Beta Was this translation helpful? Give feedback.
-
I need this solution |
Beta Was this translation helpful? Give feedback.
-
The easiest workaround is to give us the ability to remove The way I skipped this is by comment/remove cd /data/cloolify/services/<serviceID> && sed -i '/container_name:/ s/^/# /' docker-compose.yml && docker compose up -d my service then started with replicas, and status is running in coolify dashboard |
Beta Was this translation helpful? Give feedback.
-
Still having this issue, would be really really nice if we could do something about the conflicting container names. |
Beta Was this translation helpful? Give feedback.
-
Seems essential for a lot of scenarios. +1 |
Beta Was this translation helpful? Give feedback.
-
I’m switching to Dokploy. Afik Dokploy doesn’t magick the docker compose file. The root cause of this problem is because coolify parses your docker compose file before running it. A pretty flawed technical decision. |
Beta Was this translation helpful? Give feedback.
-
Sad the issue was not resolved yet for so long, been truly amazed with the Coolify so far but because of this issue still being persisted I'll be forced to move to other solutions. Been trying to fight with it for past 2 days and seeing this and other topics gives me confidence that it is not on the priority list for Coolify. Can't afford to have downtime on my services. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Error Message and Logs
Docker doesn't allow for preset container names whenever you are deplying with replicas
Coolify automaticly sets container names so its impossible to have multiple replicas within coolify when trying to create them.
Steps to Reproduce
Create any docker deployment with multiple replicas in any service.
Example Repository URL
No response
Coolify Version
v4.0.0-beta.323
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions