feat(docker-compose): implement data volume
This commit is contained in:
parent
c51ec8ff0f
commit
799f4d6aee
4 changed files with 17 additions and 3 deletions
|
@ -19,8 +19,10 @@ services:
|
|||
- searxng
|
||||
ports:
|
||||
- 3001:3001
|
||||
volumes:
|
||||
- backend-dbstore:/home/perplexica/data
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
- 'host.docker.internal:host-gateway'
|
||||
networks:
|
||||
- perplexica-network
|
||||
restart: unless-stopped
|
||||
|
@ -42,3 +44,6 @@ services:
|
|||
|
||||
networks:
|
||||
perplexica-network:
|
||||
|
||||
volumes:
|
||||
backend-dbstore:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue