add of typesense container, searchEvents route and SearchController and method
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user