feat(app): add file uploads
This commit is contained in:
parent
c650d1c3d9
commit
4b89008f3a
25 changed files with 1035 additions and 86 deletions
|
@ -22,6 +22,7 @@ services:
|
|||
- 3001:3001
|
||||
volumes:
|
||||
- backend-dbstore:/home/perplexica/data
|
||||
- uploads:/home/perplexica/uploads
|
||||
- ./config.toml:/home/perplexica/config.toml
|
||||
extra_hosts:
|
||||
- 'host.docker.internal:host-gateway'
|
||||
|
@ -50,3 +51,4 @@ networks:
|
|||
|
||||
volumes:
|
||||
backend-dbstore:
|
||||
uploads:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue