Skip to content

Instantly share code, notes, and snippets.

@Braunson
Created September 12, 2024 21:07
Show Gist options
  • Save Braunson/5793c9848e98e348124e6fb3b3f54546 to your computer and use it in GitHub Desktop.
Save Braunson/5793c9848e98e348124e6fb3b3f54546 to your computer and use it in GitHub Desktop.
Adding a Typesense dashboard to Laravel Sail for local development
# Add the following line to create a new container for a Typesense Dashboard
# It's accessible at laravel.test:81
typesense-dashboard:
image: ghcr.io/bfritscher/typesense-dashboard:latest
restart: always
ports:
- "81:80"
networks:
- sail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment