Skip to content

Commit d491b71

Browse files
committed
fix(storage)!: data now stored in var for longer lifespan
1 parent 592b1fe commit d491b71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
volumes:
3737
- .:/app
3838
- /app/node_modules
39-
- static_data:/tmp/vidur-jobs-dev
39+
- static_data:/var/lib/vidur/data
4040

4141
volumes:
4242
vidur_data:

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default defineNuxtConfig({
4141
storage: {
4242
engine: 'local',
4343
local: {
44-
baseDir: '/tmp/vidur-jobs-dev',
44+
baseDir: '/var/lib/vidur/data',
4545
},
4646
s3: {
4747
accessKeyId: '',

0 commit comments

Comments
 (0)