frostfs-node/config/testnet/docker-compose.yml
Alex Vanin 1cf629f811 config/testnet: Update version of public testnet image
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-06-03 19:49:10 +03:00

21 lines
501 B
YAML

---
version: "2.4"
services:
storage01:
image: nspccdev/neofs-storage-testnet:0.21.0
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>
- <NEOFS_NODE_ATTRIBUTE_1>=UN-LOCODE:<XX YYY>
- NEOFS_NODE_ATTRIBUTE_2=Price:100000
volumes:
neofs_storage: