Demo is back

This commit is contained in:
Eliot Berriot 2018-03-06 21:33:50 +01:00
parent 88092322d8
commit 34f6427f50
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 3 additions and 1 deletions

View File

@ -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