fix(docker): reduce Docker size + improve security
This commit is contained in:
parent
18529391f4
commit
652e665726
3 changed files with 70 additions and 20 deletions
|
|
@ -21,8 +21,8 @@ services:
|
|||
ports:
|
||||
- 3001:3001
|
||||
volumes:
|
||||
- backend-dbstore:/home/perplexica/data
|
||||
- ./config.toml:/home/perplexica/config.toml
|
||||
- backend-dbstore:/app/data:rw
|
||||
- ./config.toml:/app/config.toml:rw
|
||||
extra_hosts:
|
||||
- 'host.docker.internal:host-gateway'
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue