Skip to content
Snippets Groups Projects
Verified Commit 34f6427f authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Demo is back

parent 88092322
No related branches found
No related tags found
No related merge requests found
......@@ -25,5 +25,7 @@ echo "FUNKWHALE_VERSION=$version" >> .env
echo "FUNKWHALE_API_PORT=5001" >> .env
docker-compose pull
docker-compose run --rm api bash -c "sleep 5; demo/load-demo-data.sh"
docker-compose up -d postgres redis
sleep 5
docker-compose run --rm api demo/load-demo-data.sh
docker-compose up -d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment