Elliot Sawyer
07/17/2024, 6:03 AMcommand
not calling the typesense-server
and caddy file-server
binaries in their respective containers
search:
type: lando
api: 3
services:
image: typesense/typesense:26.0
restart: on-failure
ports:
- "8108:8108"
volumes:
- ./typesense-data:/data
command: '/opt/typesense-server --data-dir /data --api-key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx --enable-cors --enable-search-analytics=true --analytics-flush-interval=60'
environment:
TYPESENSE_API_KEY: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
search-dashboard:
type: lando
api: 3
services:
image: <http://ghcr.io/bfritscher/typesense-dashboard:latest|ghcr.io/bfritscher/typesense-dashboard:latest>
ports:
- '18108:80'
command: 'caddy file-server'