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

18 lines
273 B
YAML
Raw Normal View History

2019-07-07 13:16:10 -07:00
bch-api:
build: .
dockerfile: Dockerfile
#image: bitcore
container_name: bch-api-main
2020-02-07 17:55:30 -08:00
links:
- redis
2019-07-07 13:16:10 -07:00
ports:
- "12400:3000"
restart: always
2020-02-07 17:55:30 -08:00
redis:
image: redis:latest
container_name: redis-bch-api-main
restart: always
2020-02-07 18:42:31 -08:00
ports:
- "6379:6379"