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