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

18 lines
280 B
YAML
Raw Normal View History

bch-api-test:
2019-07-17 12:19:38 -07:00
build: .
dockerfile: Dockerfile
#image: bitcore
container_name: bch-api-test
links:
- redis-test
2019-07-17 12:19:38 -07:00
ports:
- "13400:3000"
restart: always
redis-test:
image: redis:latest
container_name: redis-test
restart: always
ports:
- "6380:6379"