Skip to content

Commit 8d97f44

Browse files
committed
feat: add docker volume in docker-compose.yml for the search API data, for now mainly to make the conversations logs persistent
1 parent c1e0de6 commit 8d97f44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ services:
217217
condition: service_completed_successfully
218218
volumes:
219219
- frontend-data:/src/webapp
220+
- search-api-data:/app/data
220221
env_file: [ keys.env ]
221222
environment:
222223
- RUST_LOG=info
@@ -231,6 +232,7 @@ volumes:
231232
opensearch-dashboards-data:
232233
broker-data:
233234
flower-data:
235+
search-api-data:
234236
frontend-data:
235237

236238
networks:

0 commit comments

Comments
 (0)