chore(swarm): mark docker swarm as deprecated

This commit is contained in:
peaklabs-dev
2026-04-17 23:28:54 +02:00
parent 340cd70ae5
commit 15cb9446ff
8 changed files with 25 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
return [
'swarm' => 'Docker Swarm is deprecated and will be removed in Coolify v5. Coolify v5 will be replacing Swarm with native Docker Compose replicas and our own scaling solution. Existing Swarm deployments will continue to work on v4 as-is. We do not recommend setting up new Swarm deployments for the time being.',
];