2020-07-10 18:14:30 +03:00
|
|
|
---
|
|
|
|
|
|
|
|
version: "2.4"
|
|
|
|
services:
|
2023-01-10 17:54:08 +03:00
|
|
|
frostfs_morph_chain:
|
2022-06-07 10:11:57 +03:00
|
|
|
image: ${NEOGO_IMAGE}:${NEOGO_VERSION}
|
2020-09-22 11:47:39 +03:00
|
|
|
container_name: morph_chain
|
2021-06-29 15:18:50 +03:00
|
|
|
command: ["node", "--config-path", "/config", "--privnet", "--debug"]
|
2020-09-22 11:47:39 +03:00
|
|
|
domainname: ${LOCAL_DOMAIN}
|
2022-03-03 15:54:27 +03:00
|
|
|
hostname: morph-chain
|
2020-07-10 18:14:30 +03:00
|
|
|
networks:
|
|
|
|
chain_int:
|
|
|
|
internet:
|
|
|
|
ipv4_address: ${IPV4_PREFIX}.90
|
|
|
|
stop_signal: SIGKILL
|
2022-04-07 15:33:53 +03:00
|
|
|
env_file: [ ".int_test.env" ]
|
2020-07-10 18:14:30 +03:00
|
|
|
volumes:
|
|
|
|
- ./protocol.privnet.yml:/config/protocol.privnet.yml
|
|
|
|
- ./node-wallet.json:/wallets/node-wallet.json
|
2023-01-10 17:54:08 +03:00
|
|
|
- ./config.yml:/wallets/config.yml
|
2020-09-24 12:34:19 +03:00
|
|
|
- ./../../vendor/hosts:/etc/hosts
|
2021-06-16 15:06:59 +03:00
|
|
|
- ./../../wallets/wallet.json:/wallets/wallet.json
|
2020-07-10 18:14:30 +03:00
|
|
|
|
|
|
|
networks:
|
|
|
|
chain_int:
|
|
|
|
internet:
|
2021-10-14 14:04:04 +03:00
|
|
|
external: true
|
|
|
|
name: basenet_internet
|