See commits for what was changed.
- setup project with postgres,
curl -s "https://laravel.build/example-app?with=pgsql,mailpit,selenium" | bash
- run container ./vendor/bin/sail up -d
- run the config command, sail artisan sail:publish
- change the docker-compose.yml to use the custom postgres docker file
- add the dockerfile
- add the postgres script
- link them in the docker-compose.yml
- rebuild sail build --no-cache
- run ./vendor/bin/sail up -d again
- connect to database and see if the vector extension is installed with
- Need to ensure the postgres version is using the env variable throughout