wtf
All checks were successful
CI - Build Tonehaus Docker image / tonehaus-ci-build (push) Successful in 2m0s
All checks were successful
CI - Build Tonehaus Docker image / tonehaus-ci-build (push) Successful in 2m0s
This commit is contained in:
@@ -31,6 +31,14 @@ docker compose exec php php bin/console app:promote-admin you@example.com
|
||||
|
||||
5) Visit `http://localhost:8000` to search for albums.
|
||||
|
||||
6) (Optional) Seed demo data
|
||||
|
||||
```bash
|
||||
docker compose exec php php bin/console app:seed-demo-users --count=50
|
||||
docker compose exec php php bin/console app:seed-demo-albums --count=40 --attach-users
|
||||
docker compose exec php php bin/console app:seed-demo-reviews --cover-percent=70 --max-per-album=8
|
||||
```
|
||||
|
||||
## Database driver
|
||||
|
||||
- Set `DATABASE_DRIVER=postgres` (default) to keep using the Postgres 16 container defined in `docker-compose.yml`.
|
||||
|
||||
Reference in New Issue
Block a user