mirror of
https://github.com/edufeed-org/amb-relay.git
synced 2025-12-09 16:24:33 +00:00
Added typsense index check and creation to startup
This commit is contained in:
commit
ad554fbba8
5 changed files with 458 additions and 0 deletions
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
typesense:
|
||||
image: typesense/typesense:28.0
|
||||
restart: on-failure
|
||||
ports:
|
||||
- "8108:8108"
|
||||
volumes:
|
||||
- ./typesense-data:/data
|
||||
command: '--data-dir /data --api-key=xyz --enable-cors'
|
||||
Loading…
Add table
Add a link
Reference in a new issue