mirror of
https://github.com/postmannen/ctrl.git
synced 2024-12-15 17:51:15 +00:00
69995f76ca
updated references removed tui client removed ringbuffer persist store removed ringbuffer enabled audit logging moved audit logging to message readers disabled goreleaser update readme, cbor, zstd removed request type ping and pong update readme testing with cmd.WaitDelay for clicommand fixed readme removed ringbuffer flag default serialization set to cbor, default compression set to zstd, fixed race, removed event type ack and nack, also removed from subject. Fixed file stat error for copy log file removed remaining elements of the event type removed comments renamed toRingbufferCh to samToSendCh renamed directSAMSCh ro samSendLocalCh removed handler interface agpl3 license added license-change.md |
||
---|---|---|
.. | ||
docker-compose.yml.tpl | ||
env.env.tpl | ||
main.go | ||
README.md |
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