frostfs-dev-env/services/ir/docker-compose.yml

32 lines
688 B
YAML
Raw Normal View History

2020-07-10 15:14:30 +00:00
---
version: "2.4"
services:
2020-07-10 15:14:30 +00:00
ir01:
image: ${IR_IMAGE}:${IR_VERSION}
domainname: ${LOCAL_DOMAIN}
hostname: ir01
container_name: ir01
restart: on-failure
2020-07-10 15:14:30 +00:00
networks:
ir_int:
internet:
ipv4_address: ${IPV4_PREFIX}.61
stop_signal: SIGKILL
volumes:
- ./wallet01.json:/wallet.json
- ./../../vendor/hosts:/etc/hosts
- ./../../vendor/locode_db:/locode/db
2020-07-10 15:14:30 +00:00
env_file: [ ".env", ".ir.env" ]
environment:
- NEOFS_IR_WALLET_PATH=/wallet.json
- NEOFS_IR_WALLET_ADDRESS=Nhfg3TbpwogLvDGVvAvqyThbsHgoSUKwtn
- NEOFS_IR_WALLET_PASSWORD=one
2020-07-10 15:14:30 +00:00
networks:
ir_int:
internet:
external:
name: basenet_internet