1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-20 22:52:13 +00:00
ctrl/scripts/steward/create-docker-compose-files/README.md
2021-10-06 08:37:25 +02:00

514 B

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

Then create the public and private nkey's by running:

go run ./steward/scripts/nats-server/generate-nkeys/main.go

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

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