fix: nocodb persistency

This commit is contained in:
Andras Bacsai 2022-06-09 19:44:41 +02:00
parent e764c4651c
commit 3a59091b41

View File

@ -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`;