Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix docker compose
  • Loading branch information
chevdor committed Jul 23, 2018
commit e91b1a79e333c84384ace45bc205cd60f622c70d
17 changes: 9 additions & 8 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
version: '3'
services:
sandbox:
polkadot:
build:
context: .
ports:
- "127.0.0.1:30333:30344/tcp"
- "127.0.0.1:9933:9944/tcp"
image: polkadot_sandbox:tag
- "127.0.0.1:30333:30333/tcp"
- "127.0.0.1:9933:9933/tcp"
image: chevdor/polkadot:latest
volumes:
- polkadot-data:/root/.local/share/Polkadot
command: tail -f /dev/null
environment:
- CARGO_POLKADOT_VERSION_FOR_DOCKERFILE=$CARGO_POLKADOT_VERSION_FOR_DOCKERFILE
- "polkadot-data:/data"
command: polkadot

volumes:
polkadot-data: