1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-15 17:51:15 +00:00
ctrl/scripts/steward/create-docker-compose-files
postmannen 69995f76ca updated package info
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
2024-02-07 22:54:50 +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 package info 2024-02-07 22:54:50 +01:00
main.go added group permissions for files/directories created 2023-01-10 06:50:28 +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