From 4eeeb0886a18e4602226f13fff83f3fba7dd6428 Mon Sep 17 00:00:00 2001 From: abcrate <150547876+abcrate@users.noreply.github.com> Date: Sun, 19 Nov 2023 20:32:05 -0600 Subject: [PATCH] Update readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d58c329..5cf1220 100644 --- a/readme.md +++ b/readme.md @@ -21,6 +21,7 @@ GIF_TOKEN = "token" If you want to configure a more secure setup, go ahead. Next, I recommend building a docker image for each bot using the included DockerFile as a template. Run each container binding /usr/src/app to GarfBot's CWD. +A terraform file has been included to launch all three containers, or you can do it manually. Example: ```console @@ -43,4 +44,4 @@ ExecStart=/usr/bin/python ./garfbot.py [Install] WantedBy=multi-user.target -``` \ No newline at end of file +```