]> _ Git - fluidbook-toolbox.git/commitdiff
wip #7697
authorsoufiane <soufiane@cubedesigners.com>
Mon, 8 Sep 2025 09:08:23 +0000 (11:08 +0200)
committersoufiane <soufiane@cubedesigners.com>
Mon, 8 Sep 2025 09:08:23 +0000 (11:08 +0200)
.docker/docker-compose.yml

index 724f10159dd9ddd9ae93b18305cf77260bef2005..76760271eab609922c762755779a053da92dae89 100644 (file)
@@ -174,6 +174,17 @@ services:
     networks:
       - fluidbook-toolbox
 
+  typesense:
+    container_name: presquot-typesense
+    image: typesense/typesense:29.0
+    restart: unless-stopped
+    volumes:
+      - ./typesense:/data
+    command: '--data-dir /data --api-key=K4fae5KYZTVj6Wucp5q9 --enable-cors'
+    environment:
+      VIRTUAL_HOST: typesense.dev.prescription-quotidien.com
+      LETSENCRYPT_HOST: typesense.dev.prescription-quotidien.com
+
 networks:
   fluidbook-toolbox:
     name: fluidbook-toolbox