feat(docker-compose): link config.toml
as vol.
This commit is contained in:
parent
c4f52adb45
commit
07e5615860
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ services:
|
||||||
- 3001:3001
|
- 3001:3001
|
||||||
volumes:
|
volumes:
|
||||||
- backend-dbstore:/home/perplexica/data
|
- backend-dbstore:/home/perplexica/data
|
||||||
|
- ./config.toml:/home/perplexica/config.toml
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- 'host.docker.internal:host-gateway'
|
- 'host.docker.internal:host-gateway'
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Add table
Reference in a new issue