Merge pull request #1866 from Dokploy/1853-external-volume-should-not-be-isolated

refactor: remove unused volume suffix function from collision utility
This commit is contained in:
Mauricio Siu
2025-07-06 18:50:47 -06:00
committed by GitHub
6 changed files with 6156 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE "compose" ADD COLUMN "isolatedDeploymentsVolume" boolean DEFAULT false NOT NULL;
UPDATE "compose" SET "isolatedDeploymentsVolume" = true;

File diff suppressed because it is too large Load Diff

View File

@@ -715,6 +715,13 @@
"when": 1751751631943,
"tag": "0101_moaning_blazing_skull",
"breakpoints": true
},
{
"idx": 102,
"version": "7",
"when": 1751848685503,
"tag": "0102_opposite_grandmaster",
"breakpoints": true
}
]
}