mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-25 09:46:47 +00:00
fix(blueprints): write compose.yaml so first-time apply is not shadowed (#1668)
createStack scaffolds compose.yaml; Blueprint was writing docker-compose.yml, so Compose discovery ran the nginx boilerplate. Align Blueprint writes with the canonical filename, clear alternate root Compose siblings on local/modern apply, and cover the regression paths.
This commit is contained in:
@@ -535,7 +535,7 @@ blueprintsRouter.post('/:id/withdraw/:nodeId', async (req: Request, res: Respons
|
||||
nodeId: node.id,
|
||||
nodeName: node.name,
|
||||
stackName: blueprint.name,
|
||||
filename: 'docker-compose.yml',
|
||||
filename: 'compose.yaml',
|
||||
content: compose,
|
||||
}]);
|
||||
} catch (snapErr) {
|
||||
|
||||
Reference in New Issue
Block a user