Allow scaling docker deployments using replicas #3862
Replies: 6 comments 2 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.
-
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