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

20 lines
346 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:
2020-08-07 16:27:49 -07:00
- "4000:4000"
volumes:
2020-08-07 16:27:49 -07:00
- ../../logs:/home/safeuser/bch-api/logs
2019-07-17 12:19:38 -07:00
restart: always
redis-test:
image: redis:latest
container_name: redis-test
restart: always
ports:
- "172.17.0.1:6380:6379"