added docker compose
This commit is contained in:
parent
5e8b75909d
commit
a174760191
1 changed files with 8 additions and 0 deletions
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
version: '3.8'
|
||||
services:
|
||||
master-node:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./master-node/Dockerfile
|
||||
ports:
|
||||
- "5010:5010"
|
||||
Loading…
Reference in a new issue