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