Files
bch-api/docker/mainnet/docker-compose.yml
T
2020-02-07 18:42:31 -08:00

18 lines
273 B
YAML

bch-api:
build: .
dockerfile: Dockerfile
#image: bitcore
container_name: bch-api-main
links:
- redis
ports:
- "12400:3000"
restart: always
redis:
image: redis:latest
container_name: redis-bch-api-main
restart: always
ports:
- "6379:6379"