fix: nocodb persistency
This commit is contained in:
parent
e764c4651c
commit
3a59091b41
@ -61,6 +61,11 @@ export const post: RequestHandler = async (event) => {
|
|||||||
[network]: {
|
[network]: {
|
||||||
external: true
|
external: true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
volumes: {
|
||||||
|
[config.volume.split(':')[0]]: {
|
||||||
|
name: config.volume.split(':')[0]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const composeFileDestination = `${workdir}/docker-compose.yaml`;
|
const composeFileDestination = `${workdir}/docker-compose.yaml`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user