2020-07-10 15:14:30 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
version: "2.4"
|
|
|
|
services:
|
|
|
|
storage01:
|
2020-09-16 13:08:53 +00:00
|
|
|
image: ${NODE_IMAGE}:${NODE_VERSION}
|
2020-09-22 08:47:39 +00:00
|
|
|
domainname: ${LOCAL_DOMAIN}
|
|
|
|
hostname: s01
|
|
|
|
container_name: s01
|
2020-09-24 10:48:42 +00:00
|
|
|
restart: on-failure
|
2020-07-10 15:14:30 +00:00
|
|
|
networks:
|
|
|
|
storage_int:
|
|
|
|
internet:
|
|
|
|
ipv4_address: ${IPV4_PREFIX}.71
|
2020-09-24 09:34:19 +00:00
|
|
|
volumes:
|
2022-05-26 14:26:25 +00:00
|
|
|
- ./wallet01.json:/wallet01.json
|
2020-09-24 09:34:19 +00:00
|
|
|
- ./../../vendor/hosts:/etc/hosts
|
2021-01-13 10:28:19 +00:00
|
|
|
- storage_s01:/storage
|
2021-06-29 19:38:01 +00:00
|
|
|
- ./../../vendor/neofs-cli:/neofs-cli
|
|
|
|
- ./healthcheck.sh:/healthcheck.sh
|
2021-07-06 09:52:22 +00:00
|
|
|
- ./s04tls.crt:/etc/ssl/certs/s04tls.crt
|
2022-02-21 12:30:12 +00:00
|
|
|
- ../nats/client-cert.pem:/etc/neofs-node/nats.tls.cert
|
|
|
|
- ../nats/client-key.pem:/etc/neofs-node/nats.tls.key
|
|
|
|
- ../nats/ca-cert.pem:/etc/neofs-node/nats.ca.crt
|
2020-07-10 15:14:30 +00:00
|
|
|
stop_signal: SIGKILL
|
2022-04-07 12:33:53 +00:00
|
|
|
env_file: [ ".env", ".storage.env", ".int_test.env" ]
|
2020-07-10 15:14:30 +00:00
|
|
|
environment:
|
2022-05-26 14:26:25 +00:00
|
|
|
- NEOFS_NODE_WALLET_PATH=./wallet01.json
|
|
|
|
- NEOFS_NODE_WALLET_ADDRESS=NejLbQpojKJWec4NQRMBhzsrmCyhXfGJJe
|
|
|
|
- NEOFS_NODE_WALLET_PASSWORD=
|
2021-06-29 11:11:39 +00:00
|
|
|
- NEOFS_NODE_ADDRESSES=s01.${LOCAL_DOMAIN}:8080
|
|
|
|
- NEOFS_GRPC_0_ENDPOINT=s01.${LOCAL_DOMAIN}:8080
|
|
|
|
- NEOFS_CONTROL_GRPC_ENDPOINT=s01.${LOCAL_DOMAIN}:8081
|
2021-08-06 16:43:28 +00:00
|
|
|
- NEOFS_NODE_ATTRIBUTE_1=UN-LOCODE:RU MOW
|
|
|
|
- NEOFS_NODE_ATTRIBUTE_2=Price:22
|
2021-06-29 19:38:01 +00:00
|
|
|
healthcheck:
|
|
|
|
test: ["CMD-SHELL", "/healthcheck.sh"]
|
|
|
|
interval: 2s
|
|
|
|
timeout: 1s
|
|
|
|
retries: 5
|
|
|
|
start_period: 10s
|
2020-07-10 15:14:30 +00:00
|
|
|
|
|
|
|
storage02:
|
2020-09-16 13:08:53 +00:00
|
|
|
image: ${NODE_IMAGE}:${NODE_VERSION}
|
2020-09-22 08:47:39 +00:00
|
|
|
domainname: ${LOCAL_DOMAIN}
|
|
|
|
hostname: s02
|
|
|
|
container_name: s02
|
2020-09-24 10:48:42 +00:00
|
|
|
restart: on-failure
|
2020-07-10 15:14:30 +00:00
|
|
|
networks:
|
|
|
|
storage_int:
|
|
|
|
internet:
|
|
|
|
ipv4_address: ${IPV4_PREFIX}.72
|
2020-09-24 09:34:19 +00:00
|
|
|
volumes:
|
2022-05-26 14:26:25 +00:00
|
|
|
- ./wallet02.json:/wallet02.json
|
2020-09-24 09:34:19 +00:00
|
|
|
- ./../../vendor/hosts:/etc/hosts
|
2021-01-13 10:28:19 +00:00
|
|
|
- storage_s02:/storage
|
2021-06-29 19:38:01 +00:00
|
|
|
- ./../../vendor/neofs-cli:/neofs-cli
|
|
|
|
- ./healthcheck.sh:/healthcheck.sh
|
2021-07-06 09:52:22 +00:00
|
|
|
- ./s04tls.crt:/etc/ssl/certs/s04tls.crt
|
2022-02-21 12:30:12 +00:00
|
|
|
- ../nats/client-cert.pem:/etc/neofs-node/nats.tls.cert
|
|
|
|
- ../nats/client-key.pem:/etc/neofs-node/nats.tls.key
|
|
|
|
- ../nats/ca-cert.pem:/etc/neofs-node/nats.ca.crt
|
2020-07-10 15:14:30 +00:00
|
|
|
stop_signal: SIGKILL
|
2022-04-07 12:33:53 +00:00
|
|
|
env_file: [ ".env", ".storage.env", ".int_test.env" ]
|
2020-07-10 15:14:30 +00:00
|
|
|
environment:
|
2022-05-26 14:26:25 +00:00
|
|
|
- NEOFS_NODE_WALLET_PATH=./wallet02.json
|
|
|
|
- NEOFS_NODE_WALLET_ADDRESS=NVXXy3hNTvwVEZa2dAibALyJB3Q86aiHvL
|
|
|
|
- NEOFS_NODE_WALLET_PASSWORD=
|
2021-06-29 11:11:39 +00:00
|
|
|
- NEOFS_NODE_ADDRESSES=s02.${LOCAL_DOMAIN}:8080
|
|
|
|
- NEOFS_GRPC_0_ENDPOINT=s02.${LOCAL_DOMAIN}:8080
|
|
|
|
- NEOFS_CONTROL_GRPC_ENDPOINT=s02.${LOCAL_DOMAIN}:8081
|
2021-08-06 16:43:28 +00:00
|
|
|
- NEOFS_NODE_ATTRIBUTE_1=UN-LOCODE:RU LED
|
|
|
|
- NEOFS_NODE_ATTRIBUTE_2=Price:33
|
2021-06-29 19:38:01 +00:00
|
|
|
healthcheck:
|
|
|
|
test: ["CMD-SHELL", "/healthcheck.sh"]
|
|
|
|
interval: 2s
|
|
|
|
timeout: 1s
|
|
|
|
retries: 5
|
|
|
|
start_period: 10s
|
2020-07-10 15:14:30 +00:00
|
|
|
|
|
|
|
storage03:
|
2020-09-16 13:08:53 +00:00
|
|
|
image: ${NODE_IMAGE}:${NODE_VERSION}
|
2020-09-22 08:47:39 +00:00
|
|
|
domainname: ${LOCAL_DOMAIN}
|
|
|
|
hostname: s03
|
|
|
|
container_name: s03
|
2020-09-24 10:48:42 +00:00
|
|
|
restart: on-failure
|
2020-07-10 15:14:30 +00:00
|
|
|
networks:
|
|
|
|
storage_int:
|
|
|
|
internet:
|
|
|
|
ipv4_address: ${IPV4_PREFIX}.73
|
2020-09-24 09:34:19 +00:00
|
|
|
volumes:
|
2022-05-26 14:26:25 +00:00
|
|
|
- ./wallet03.json:/wallet03.json
|
2020-09-24 09:34:19 +00:00
|
|
|
- ./../../vendor/hosts:/etc/hosts
|
2021-01-13 10:28:19 +00:00
|
|
|
- storage_s03:/storage
|
2021-06-29 19:38:01 +00:00
|
|
|
- ./../../vendor/neofs-cli:/neofs-cli
|
|
|
|
- ./healthcheck.sh:/healthcheck.sh
|
2021-07-06 09:52:22 +00:00
|
|
|
- ./s04tls.crt:/etc/ssl/certs/s04tls.crt
|
2022-02-21 12:30:12 +00:00
|
|
|
- ../nats/client-cert.pem:/etc/neofs-node/nats.tls.cert
|
|
|
|
- ../nats/client-key.pem:/etc/neofs-node/nats.tls.key
|
|
|
|
- ../nats/ca-cert.pem:/etc/neofs-node/nats.ca.crt
|
2020-07-10 15:14:30 +00:00
|
|
|
stop_signal: SIGKILL
|
2022-04-07 12:33:53 +00:00
|
|
|
env_file: [ ".env", ".storage.env", ".int_test.env" ]
|
2020-07-10 15:14:30 +00:00
|
|
|
environment:
|
2022-05-26 14:26:25 +00:00
|
|
|
- NEOFS_NODE_WALLET_PATH=./wallet03.json
|
|
|
|
- NEOFS_NODE_WALLET_ADDRESS=NPTmih9X14Y7xLvmD6RVtDHdH1Y9qJwoTe
|
|
|
|
- NEOFS_NODE_WALLET_PASSWORD=
|
2021-06-29 11:11:39 +00:00
|
|
|
- NEOFS_NODE_ADDRESSES=s03.${LOCAL_DOMAIN}:8080
|
|
|
|
- NEOFS_GRPC_0_ENDPOINT=s03.${LOCAL_DOMAIN}:8080
|
|
|
|
- NEOFS_CONTROL_GRPC_ENDPOINT=s03.${LOCAL_DOMAIN}:8081
|
2021-08-06 16:43:28 +00:00
|
|
|
- NEOFS_NODE_ATTRIBUTE_1=UN-LOCODE:SE STO
|
|
|
|
- NEOFS_NODE_ATTRIBUTE_2=Price:11
|
2021-06-29 19:38:01 +00:00
|
|
|
healthcheck:
|
|
|
|
test: ["CMD-SHELL", "/healthcheck.sh"]
|
|
|
|
interval: 2s
|
|
|
|
timeout: 1s
|
|
|
|
retries: 5
|
|
|
|
start_period: 10s
|
2020-07-10 15:14:30 +00:00
|
|
|
|
|
|
|
storage04:
|
2020-09-16 13:08:53 +00:00
|
|
|
image: ${NODE_IMAGE}:${NODE_VERSION}
|
2020-09-22 08:47:39 +00:00
|
|
|
domainname: ${LOCAL_DOMAIN}
|
|
|
|
hostname: s04
|
|
|
|
container_name: s04
|
2020-09-24 10:48:42 +00:00
|
|
|
restart: on-failure
|
2020-07-10 15:14:30 +00:00
|
|
|
networks:
|
|
|
|
storage_int:
|
|
|
|
internet:
|
|
|
|
ipv4_address: ${IPV4_PREFIX}.74
|
2020-09-24 09:34:19 +00:00
|
|
|
volumes:
|
2022-05-26 14:26:25 +00:00
|
|
|
- ./wallet04.json:/wallet04.json
|
2020-09-24 09:34:19 +00:00
|
|
|
- ./../../vendor/hosts:/etc/hosts
|
2021-01-13 10:28:19 +00:00
|
|
|
- storage_s04:/storage
|
2021-06-29 19:38:01 +00:00
|
|
|
- ./../../vendor/neofs-cli:/neofs-cli
|
|
|
|
- ./healthcheck.sh:/healthcheck.sh
|
2021-06-10 13:25:02 +00:00
|
|
|
- ./s04tls.crt:/tls.crt
|
|
|
|
- ./s04tls.key:/tls.key
|
2022-02-21 12:30:12 +00:00
|
|
|
- ../nats/client-cert.pem:/etc/neofs-node/nats.tls.cert
|
|
|
|
- ../nats/client-key.pem:/etc/neofs-node/nats.tls.key
|
|
|
|
- ../nats/ca-cert.pem:/etc/neofs-node/nats.ca.crt
|
2020-07-10 15:14:30 +00:00
|
|
|
stop_signal: SIGKILL
|
2022-04-07 12:33:53 +00:00
|
|
|
env_file: [ ".env", ".storage.env", ".int_test.env" ]
|
2020-07-10 15:14:30 +00:00
|
|
|
environment:
|
2022-05-26 14:26:25 +00:00
|
|
|
- NEOFS_NODE_WALLET_PATH=./wallet04.json
|
|
|
|
- NEOFS_NODE_WALLET_ADDRESS=Ne2DAQbWvP1s7TbtFc7BStKMnjKJdBaVRm
|
|
|
|
- NEOFS_NODE_WALLET_PASSWORD=
|
2021-07-08 12:21:07 +00:00
|
|
|
- NEOFS_NODE_ADDRESSES=s04.${LOCAL_DOMAIN}:8080 grpcs://s04.${LOCAL_DOMAIN}:8082
|
2021-06-29 11:11:39 +00:00
|
|
|
- NEOFS_CONTROL_GRPC_ENDPOINT=s04.${LOCAL_DOMAIN}:8081
|
2021-07-06 09:52:22 +00:00
|
|
|
- NEOFS_GRPC_NUM=2
|
|
|
|
- NEOFS_GRPC_0_ENDPOINT=s04.${LOCAL_DOMAIN}:8080
|
|
|
|
- NEOFS_GRPC_1_ENDPOINT=s04.${LOCAL_DOMAIN}:8082
|
2021-07-08 12:21:07 +00:00
|
|
|
- NEOFS_GRPC_1_TLS_ENABLED=true
|
2021-07-09 08:22:01 +00:00
|
|
|
- NEOFS_GRPC_1_TLS_CERTIFICATE=/tls.crt
|
|
|
|
- NEOFS_GRPC_1_TLS_KEY=/tls.key
|
2021-08-06 16:43:28 +00:00
|
|
|
- NEOFS_NODE_ATTRIBUTE_1=UN-LOCODE:FI HEL
|
|
|
|
- NEOFS_NODE_ATTRIBUTE_2=Price:44
|
2021-06-29 19:38:01 +00:00
|
|
|
healthcheck:
|
|
|
|
test: ["CMD-SHELL", "/healthcheck.sh"]
|
|
|
|
interval: 2s
|
|
|
|
timeout: 1s
|
|
|
|
retries: 5
|
|
|
|
start_period: 10s
|
2021-07-09 08:22:01 +00:00
|
|
|
|
2021-06-29 19:38:01 +00:00
|
|
|
sn-healthcheck:
|
|
|
|
container_name: sn-healthcheck
|
|
|
|
image: debian:10
|
|
|
|
depends_on:
|
|
|
|
storage01:
|
|
|
|
condition: service_healthy
|
|
|
|
storage02:
|
|
|
|
condition: service_healthy
|
|
|
|
storage03:
|
|
|
|
condition: service_healthy
|
|
|
|
storage04:
|
|
|
|
condition: service_healthy
|
2020-07-10 15:14:30 +00:00
|
|
|
|
2021-01-13 10:28:19 +00:00
|
|
|
volumes:
|
|
|
|
storage_s01:
|
|
|
|
storage_s02:
|
|
|
|
storage_s03:
|
|
|
|
storage_s04:
|
|
|
|
|
2020-07-10 15:14:30 +00:00
|
|
|
networks:
|
|
|
|
storage_int:
|
|
|
|
internet:
|
2021-10-14 11:04:04 +00:00
|
|
|
external: true
|
|
|
|
name: basenet_internet
|