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
postmannen b1a5406598 Squashed commit of the following:
commit ec6ea8158d5051010c25ef848a7b7b91fa40efef
Author: postmannen <postmannen@gmail.com>
Date:   Tue Nov 19 03:48:03 2024 +0100

    Removed remaining use of REQ in naming

commit b80bb06a47cf564a88d684c1d1d4fe2e408c3c0f
Author: postmannen <postmannen@gmail.com>
Date:   Mon Nov 18 23:15:32 2024 +0100

    removed REQ in more variable names, including methods

commit af7f6fef3e0093312d2ca12740f7b27840797800
Author: postmannen <postmannen@gmail.com>
Date:   Mon Nov 18 22:54:40 2024 +0100

    renamed all the method type variables

commit e657ecb37f
Author: postmannen <postmannen@gmail.com>
Date:   Mon Nov 18 22:32:13 2024 +0100

    renamed methods constant values and removed REQ
2024-11-19 03:48:42 +01:00
..
docker-compose.yml.tpl updated docker compose scripts and dockerfile flags 2022-02-14 05:52:17 +01:00
env.env.tpl Squashed commit of the following: 2024-11-19 03:48:42 +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