mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 09:12:05 -07:00
11 lines
160 B
YAML
11 lines
160 B
YAML
bch-api:
|
|
build: .
|
|
dockerfile: Dockerfile
|
|
#image: bitcore
|
|
container_name: bch-api
|
|
#links:
|
|
# - mongodb
|
|
ports:
|
|
- "13400:3000"
|
|
restart: always
|