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