Update readme.md

This commit is contained in:
abcrate 2023-11-19 20:32:05 -06:00 committed by GitHub
parent c4e43b0706
commit 4eeeb0886a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```
```