diff --git a/docs/developer/setup/docker.md b/docs/developer/setup/docker.md index 9f366dacb..62f0f7717 100644 --- a/docs/developer/setup/docker.md +++ b/docs/developer/setup/docker.md @@ -146,18 +146,6 @@ docker compose down --volumes rm -rf .state/ ``` -### Set up local data for development - -You can create local data to mimic a live environment. - -Add some fake data to populate the database. The following command creates 25 artists with random albums, tracks, and metadata. - -```sh -artists=25 # Adds 25 fake artists -command="from funkwhale_api.music import fake_data; fake_data.create_data($artists)" -echo $command | docker compose run --rm -T api funkwhale-manage shell -i python -``` - ### Running multiple instances Set up as many different projects as you need. Make sure the `COMPOSE_PROJECT_NAME` and `VUE_PORT` variables are unique per instance