fix db creation
This commit is contained in:
parent
58f585b065
commit
248c9bc278
3 changed files with 18 additions and 18 deletions
|
@ -1,18 +1,18 @@
|
|||
services:
|
||||
backend:
|
||||
build: ./backend
|
||||
ports:
|
||||
- 5001:5000
|
||||
environment:
|
||||
NODE_ENV: development
|
||||
volumes:
|
||||
- ./backend:/app
|
||||
- ./.data/jukebox.sqlite3:/app/.data/jukebox.sqlite3
|
||||
backend:
|
||||
build: ./backend
|
||||
ports:
|
||||
- 5001:5000
|
||||
environment:
|
||||
NODE_ENV: development
|
||||
volumes:
|
||||
- ./backend:/app
|
||||
- ./.data:/app/.data
|
||||
|
||||
frontend:
|
||||
build: ./frontend
|
||||
ports:
|
||||
- 5173:5173
|
||||
volumes:
|
||||
- ./frontend:/app
|
||||
- /app/node_modules
|
||||
frontend:
|
||||
build: ./frontend
|
||||
ports:
|
||||
- 5173:5173
|
||||
volumes:
|
||||
- ./frontend:/app
|
||||
- /app/node_modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue