]> _ Git - psq.git/commitdiff
wip #7697 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 19 Aug 2025 10:27:35 +0000 (12:27 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 19 Aug 2025 10:27:35 +0000 (12:27 +0200)
.docker/production/docker-compose.yml

index 4a22def8db92df49fd9bd73f59330564c40ce31b..2335463bd568721de5eea7ab4dcca49f04505013 100644 (file)
@@ -156,11 +156,14 @@ services:
 
   typesense:
     container_name: presquot-typesense
-    image: typesense/typesense:26.0
+    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: