mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 01:02:05 -07:00
18 lines
291 B
YAML
18 lines
291 B
YAML
bch-api-main:
|
|
build: .
|
|
dockerfile: Dockerfile
|
|
#image: bitcore
|
|
container_name: bch-api-main
|
|
links:
|
|
- redis-main
|
|
ports:
|
|
- "12400:3000"
|
|
restart: always
|
|
|
|
redis-main:
|
|
image: redis:latest
|
|
container_name: redis-main
|
|
restart: always
|
|
ports:
|
|
- "172.17.0.1:6379:6379"
|