2021-01-13 13:07:01 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
version: "2.4"
|
|
|
|
services:
|
|
|
|
storage01:
|
2021-04-01 15:41:46 +00:00
|
|
|
image: nspccdev/neofs-storage-testnet:0.18.0
|
2021-01-13 13:07:01 +00:00
|
|
|
container_name: neofs-testnet
|
|
|
|
network_mode: host
|
|
|
|
restart: always
|
|
|
|
volumes:
|
|
|
|
- neofs_storage:/storage
|
|
|
|
- <NEOFS_NODE_KEY>:/node.key
|
|
|
|
stop_signal: SIGINT
|
|
|
|
environment:
|
|
|
|
- NEOFS_NODE_ADDRESS=<ANNOUNCE_ADDRESS>
|
|
|
|
- NEOFS_GRPC_ENDPOINT=<BIND_ADDRESS>
|
2021-04-01 15:41:46 +00:00
|
|
|
- <NEOFS_NODE_ATTRIBUTE_1>=UN-LOCODE:<XX YYY>
|
|
|
|
- NEOFS_NODE_ATTRIBUTE_2=Price:100000
|
2021-01-13 13:07:01 +00:00
|
|
|
|
|
|
|
volumes:
|
|
|
|
neofs_storage:
|