Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
Changed documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
emielvanderhoek committed Mar 3, 2020
1 parent 29767be commit e74834f
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,27 @@ docker-compose -p kusama -f docker-compose.kusama.yml up -d mysql
docker-compose -p kusama -f docker-compose.kusama.yml up --build
```

## Links
## Links to applications

* Polkascan Explorer GUI: http://127.0.0.1:8080
* Harvester task monitor: http://127.0.0.1:5555
* Harvester progress: http://127.0.0.1:8080/harvester/admin
* Harvester Task Monitor: http://127.0.0.1:5555
* Harvester Status: http://127.0.0.1:8080/harvester/admin
* Polkadot JS Apps: http://127.0.0.1:8081

## Cleanup Docker
Use the following commands with caution to cleanup your Docker environment.

### Prune images
```bash
docker system prune
```

### Prune images (force)
```bash
docker system prune -a
```

### Prune volumes
```bash
docker volume prune
```

0 comments on commit e74834f

Please sign in to comment.