Merge branch 'canary' into 216-domains-for-services-created-via-template

This commit is contained in:
Mauricio Siu
2024-08-15 00:00:41 -06:00
67 changed files with 19595 additions and 11993 deletions

View File

@@ -257,7 +257,8 @@ export const composeRouter = createTRPCRouter({
if (mounts && mounts?.length > 0) {
for (const mount of mounts) {
await createMount({
mountPath: mount.mountPath,
filePath: mount.filePath,
mountPath: "",
content: mount.content,
serviceId: compose.composeId,
serviceType: "compose",