1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-05 20:09:16 +00:00
ctrl/scripts/steward/create-docker-compose-files/README.md

20 lines
394 B
Markdown
Raw Normal View History

2021-10-06 06:37:25 +00:00
# Create docker compose file for Steward
## docker-compose
2021-12-07 15:17:10 +00:00
Create a directory where you want your docker compose files, and enter that directory.
Clone the steward repository:
2021-10-06 06:37:25 +00:00
```bash
mkdir my_dir
cd my_dir
git clone https://github.com/RaaLabs/steward.git
```
To create the docker-compose and env.env run:
```bash
go run main.go -brokerAddress=127.0.0.1:4223 -nkeySeedFile=./seed.txt
```