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

11 lines
165 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
2019-07-07 13:19:19 -07:00
#links:
# - mongodb
2019-07-07 13:16:10 -07:00
ports:
- "12400:3000"
restart: always