2020-02-07 19:31:55 -08:00
|
|
|
bch-api-test:
|
2019-07-17 12:19:38 -07:00
|
|
|
build: .
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
#image: bitcore
|
2020-02-07 19:31:55 -08:00
|
|
|
container_name: bch-api-test
|
|
|
|
|
links:
|
|
|
|
|
- redis-test
|
2019-07-17 12:19:38 -07:00
|
|
|
ports:
|
2020-08-07 16:27:49 -07:00
|
|
|
- "4000:4000"
|
2020-03-30 21:04:16 -07:00
|
|
|
volumes:
|
2020-08-07 16:27:49 -07:00
|
|
|
- ../../logs:/home/safeuser/bch-api/logs
|
2019-07-17 12:19:38 -07:00
|
|
|
restart: always
|
2020-02-07 19:31:55 -08:00
|
|
|
|
|
|
|
|
redis-test:
|
|
|
|
|
image: redis:latest
|
|
|
|
|
container_name: redis-test
|
|
|
|
|
restart: always
|
|
|
|
|
ports:
|
2020-03-08 03:58:51 +00:00
|
|
|
- "172.17.0.1:6380:6379"
|