add docker volume

This commit is contained in:
Simone Tesini 2025-08-01 18:16:24 +02:00
parent 2bd81f859e
commit 65a2dab9af
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View file

@ -5,6 +5,8 @@ __pycache__/
*.ko
.env
data/
.data
.data/
*private.sql
test/
*.dmp

View file

@ -7,6 +7,7 @@ services:
NODE_ENV: development
volumes:
- ./backend:/app
- ./.data/jukebox.sqlite3:/app/.data/jukebox.sqlite3
frontend:
build: ./frontend