From: Vincent Vanwaelscappel Date: Tue, 19 Aug 2025 10:27:35 +0000 (+0200) Subject: wip #7697 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=94ad531e71e91064dc86706b467616c96d9fc015;p=psq.git wip #7697 @1 --- diff --git a/.docker/production/docker-compose.yml b/.docker/production/docker-compose.yml index 4a22def..2335463 100644 --- a/.docker/production/docker-compose.yml +++ b/.docker/production/docker-compose.yml @@ -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: