feat: implement typesense container

This commit is contained in:
petitminion 2023-05-17 15:48:02 +00:00
commit 2db8c585ad
8 changed files with 73 additions and 2 deletions

13
dev.yml
View file

@ -175,6 +175,19 @@ services:
- "./docs/swagger.yml:/usr/share/nginx/html/swagger.yml"
- "./docs/api:/usr/share/nginx/html/api"
typesense:
env_file:
- .env.dev
- .env
image: typesense/typesense:0.24.0
networks:
- internal
volumes:
- ./typesense/data:/data
command: --data-dir /data --enable-cors
profiles:
- typesense
# minio:
# image: minio/minio
# command: server /data