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"
|
2020-03-30 18:56:49 -07:00
|
|
|
volume:
|
|
|
|
|
- ../../logs:/home/safeuser/bch-api/logs
|
2019-07-07 13:16:10 -07:00
|
|
|
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:
|
2020-03-08 03:58:51 +00:00
|
|
|
- "172.17.0.1:6379:6379"
|