feat(docker-compose): link `config.toml` as vol.

This commit is contained in:
ItzCrazyKns 2024-09-04 18:54:54 +05:30
parent c4f52adb45
commit 07e5615860
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ services:
- 3001:3001
volumes:
- backend-dbstore:/home/perplexica/data
- ./config.toml:/home/perplexica/config.toml
extra_hosts:
- 'host.docker.internal:host-gateway'
networks: