10 lines
152 B
YAML
10 lines
152 B
YAML
|
services:
|
||
|
terrad:
|
||
|
build: .
|
||
|
ports:
|
||
|
- "26657:26657"
|
||
|
- "1317:1317"
|
||
|
- "9090:9090"
|
||
|
- "9091:9091"
|
||
|
command: terrad start
|