wip docker-compose

This commit is contained in:
pushrbx 2023-06-05 20:32:30 +01:00
parent d489226473
commit 5f8fd79a4c

View File

@ -106,3 +106,7 @@ services:
- typesense-data:/data - typesense-data:/data
ports: ports:
- "8108/tcp" - "8108/tcp"
healthcheck:
test: [ 'CMD-SHELL', 'curl', '-s', '-f', 'http://localhost:8108/health' ]
interval: 5s
timeout: 2s