We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592b1fe commit d491b71Copy full SHA for d491b71
compose.yaml
@@ -36,7 +36,7 @@ services:
36
volumes:
37
- .:/app
38
- /app/node_modules
39
- - static_data:/tmp/vidur-jobs-dev
+ - static_data:/var/lib/vidur/data
40
41
42
vidur_data:
nuxt.config.ts
@@ -41,7 +41,7 @@ export default defineNuxtConfig({
storage: {
engine: 'local',
43
local: {
44
- baseDir: '/tmp/vidur-jobs-dev',
+ baseDir: '/var/lib/vidur/data',
45
},
46
s3: {
47
accessKeyId: '',
0 commit comments