Files
bch-api/docker/testnet/docker-compose.yml
T

20 lines
350 B
YAML
Raw Normal View History

2020-07-27 21:25:31 -07:00
bch-api-test:
build: .
dockerfile: Dockerfile
#image: bitcore
container_name: bch-api-test
links:
- redis-test
ports:
- "4000:3000"
volumes:
- ../../logs:/home/safeuser/bch-api/logs
restart: always
redis-test:
image: redis:latest
container_name: redis-test
restart: always
ports:
- "172.17.0.1:6380:6379"