1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-14 12:37:31 +00:00
ctrl/scripts/steward/create-docker-compose-files
2022-03-22 14:10:21 +01:00
..
docker-compose.yml.tpl updated docker compose scripts and dockerfile flags 2022-02-14 05:52:17 +01:00
env.env.tpl updated scripts 2022-03-22 14:10:21 +01:00
main.go updated docker compose scripts and dockerfile flags 2022-02-14 05:52:17 +01:00
README.md updated readme 2021-12-07 16:17:10 +01:00

Create docker compose file for Steward

docker-compose

Create a directory where you want your docker compose files, and enter that directory.

Clone the steward repository:

mkdir my_dir
cd my_dir
git clone https://github.com/RaaLabs/steward.git

To create the docker-compose and env.env run:

go run main.go -brokerAddress=127.0.0.1:4223 -nkeySeedFile=./seed.txt