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

21 lines
336 B
YAML
Raw Normal View History

2020-07-10 15:14:30 +00:00
---
version: '2.4'
services:
cli:
image: nspccdev/neofs-cli:${NEOFS_CLI_VERSION}
command: ["tail", "-f", "/dev/null"]
restart: always
container_name: neofs-cli
env_file: [ ".env" ]
networks:
internet:
volumes:
- ./data:/data
networks:
internet:
external:
name: basenet_internet