frostfs-node/dev/docker-compose.yml
Dmitrii Stepanov 1c504dca5c
All checks were successful
Vulncheck / Vulncheck (pull_request) Successful in 9m56s
DCO action / DCO (pull_request) Successful in 9m47s
Tests and linters / gopls check (pull_request) Successful in 14m23s
Build / Build Components (1.20) (pull_request) Successful in 14m13s
Build / Build Components (1.21) (pull_request) Successful in 15m12s
Tests and linters / Staticcheck (pull_request) Successful in 16m53s
Tests and linters / Tests (1.20) (pull_request) Successful in 21m6s
Tests and linters / Tests (1.21) (pull_request) Successful in 21m10s
Tests and linters / Lint (pull_request) Successful in 21m36s
Tests and linters / Tests with -race (pull_request) Successful in 22m0s
[#1021] dev: Up neo-go version
Current version of neo-go is 0.105.

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
2024-03-04 16:16:37 +03:00

16 lines
462 B
YAML

---
version: "2.4"
services:
neo-go:
image: nspccdev/neo-go:0.105.0
container_name: neo-go
command: ["node", "--config-path", "/config", "--privnet", "--debug"]
stop_signal: SIGKILL
ports:
- 30333:30333
volumes:
- ./neo-go/protocol.privnet.yml:/config/protocol.privnet.yml
- ./neo-go/node-wallet.json:/wallets/node-wallet.json
- ./neo-go/config.yml:/wallets/config.yml
- ./neo-go/wallet.json:/wallets/wallet.json