frostfs-dev-env/services/morph_chain/docker-compose.yml
Stanislav Bogatyrev a4cb92016f Restart IR and Storage on failures
Removing useless container health checks and just making IR and Storage nodes to
restart on failure. NeoFS daemons should do all they can to survive.

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2020-09-24 13:50:34 +03:00

27 lines
631 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
networks:
chain_int:
internet:
external:
name: basenet_internet