Skip to content

Commit

Permalink
fix(storage)!: data now stored in var for longer lifespan
Browse files Browse the repository at this point in the history
  • Loading branch information
amandesai01 committed Sep 16, 2024
1 parent 592b1fe commit d491b71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
volumes:
- .:/app
- /app/node_modules
- static_data:/tmp/vidur-jobs-dev
- static_data:/var/lib/vidur/data

volumes:
vidur_data:
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default defineNuxtConfig({
storage: {
engine: 'local',
local: {
baseDir: '/tmp/vidur-jobs-dev',
baseDir: '/var/lib/vidur/data',
},
s3: {
accessKeyId: '',
Expand Down

0 comments on commit d491b71

Please sign in to comment.