Releases: aschmelyun/fleet
Releases · aschmelyun/fleet
1.1.1
1.1.0
Fixes #3, adds SSL support.
Using mkcert commands, a local certificate is generated and then used within the Traefik container created for Fleet. Visiting your custom domain after spinning up your Sail site can then be accessed under https without any warnings or errors from your browser.
Usage: php artisan fleet:add my-site.localhost --ssl
1.0.2
- Removes port bindings in
docker-compose.yml
for the app service - Adds loadbalancer entry for traefik, bound to port 80
- Modifies the add command to use the first service name available, instead of assuming it's laravel.test
1.0.1
- Adds
-a
flag when removing containers to search for all available ones - Adds regex for filtering by exact name for fleet network and traefik container
- Fixes some capitalization
1.0.0
Initial release!