Skip to content

Commit da4a95a

Browse files
author
Adam Wright
authored
Update docker-compose.yml
1 parent 5f17d2d commit da4a95a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ services:
3030
volumes:
3131
- ./embeddings:/app/embeddings
3232
- ./records:/app/records
33+
- ./config.yml:/app/config.yml
3334

3435
chainlit-no-login:
3536
image: ${CHAINLIT_IMAGE}
@@ -54,6 +55,7 @@ services:
5455
condition: service_healthy
5556
volumes:
5657
- ./embeddings:/app/embeddings
58+
- ./config.yml:/app/config.yml
5759

5860

5961
postgres:

0 commit comments

Comments
 (0)