add of typesense container, searchEvents route and SearchController and method

This commit is contained in:
2025-11-29 20:10:09 +01:00
parent 99655b0d84
commit a7b8de3205
5 changed files with 1227 additions and 482 deletions
+10
View File
@@ -36,6 +36,16 @@ services:
volumes:
- dbdata:/var/lib/mysql
typesense:
image: typesense/typesense:29.0
restart: on-failure
ports:
- "8108:8108"
volumes:
- ./typesense-data:/data
command: '--data-dir /data --api-key=xyz --enable-cors'
volumes:
dbdata: