frostfs-dev-env/services/morph_chain/docker-compose.yml
Alex Vanin c5044c761c [#98] Include user wallet in side chain
Can be useful to check side chain balance.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-06-16 18:28:19 +03:00

28 lines
686 B
YAML

---
version: "2.4"
services:
neofs_morph_chain:
image: nspccdev/neo-go:${NEOGO_VERSION}
container_name: morph_chain
domainname: ${LOCAL_DOMAIN}
hostname: morph_chain
networks:
chain_int:
internet:
ipv4_address: ${IPV4_PREFIX}.90
stop_signal: SIGKILL
environment:
- ACC=/morph_chain.gz
volumes:
- ./../../vendor/morph_chain.gz:/morph_chain.gz
- ./protocol.privnet.yml:/config/protocol.privnet.yml
- ./node-wallet.json:/wallets/node-wallet.json
- ./../../vendor/hosts:/etc/hosts
- ./../../wallets/wallet.json:/wallets/wallet.json
networks:
chain_int:
internet:
external:
name: basenet_internet