Created
September 12, 2024 21:07
-
-
Save Braunson/5793c9848e98e348124e6fb3b3f54546 to your computer and use it in GitHub Desktop.
Adding a Typesense dashboard to Laravel Sail for local development
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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