Updated mount paths
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
159b5f3bb8
commit
ccc5b95b48
|
@ -29,7 +29,7 @@ module.exports = Self => {
|
||||||
|
|
||||||
const fileName = file.split('.')[0];
|
const fileName = file.split('.')[0];
|
||||||
// const rootPath = 'C:\\Users\\jsanc\\Desktop\\images';
|
// const rootPath = 'C:\\Users\\jsanc\\Desktop\\images';
|
||||||
const rootPath = '/var/lib/salix/images';
|
const rootPath = '/var/lib/salix/image';
|
||||||
const data = {
|
const data = {
|
||||||
name: fileName,
|
name: fileName,
|
||||||
collectionFk: collectionName
|
collectionFk: collectionName
|
||||||
|
|
|
@ -28,7 +28,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/storage/pdfs:/var/lib/salix/pdfs
|
- /mnt/storage/pdfs:/var/lib/salix/pdfs
|
||||||
- /mnt/storage/dms:/var/lib/salix/dms
|
- /mnt/storage/dms:/var/lib/salix/dms
|
||||||
- /mnt/storage/images:/var/lib/salix/images
|
- /mnt/storage/image:/var/lib/salix/image
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 6
|
replicas: 6
|
||||||
configs:
|
configs:
|
||||||
|
|
|
@ -25,7 +25,7 @@ module.exports = Self => {
|
||||||
});
|
});
|
||||||
|
|
||||||
// const rootPath = 'C:\\Users\\jsanc\\Desktop\\images';
|
// const rootPath = 'C:\\Users\\jsanc\\Desktop\\images';
|
||||||
const rootPath = '/var/lib/salix/images';
|
const rootPath = '/var/lib/salix/image';
|
||||||
const tempPath = path.join(rootPath, 'temp');
|
const tempPath = path.join(rootPath, 'temp');
|
||||||
|
|
||||||
// Create temporary path
|
// Create temporary path
|
||||||
|
|
Loading…
Reference in New Issue