Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

feat: Improve docker-compose performance #483

Merged
Changes from all commits
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
2 changes: 2 additions & 0 deletions infra/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ version: "3.2"
services:
dev:
container_name: madara
platform: linux/amd64
image: paritytech/ci-linux:production
working_dir: /var/www/madara
ports:
- "9944:9944"
environment:
- CARGO_HOME=/var/www/madara/.cargo
- CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
volumes:
- ../../:/var/www/madara
- type: bind
Expand Down