dockerize

This commit is contained in:
2026-05-15 17:20:10 +01:00
parent 92097f8f37
commit e6380b7c22
7 changed files with 61 additions and 0 deletions

View File

@@ -8,6 +8,12 @@ using the output of arbitrary commands.
1. install requirements: `pip install -r requirements.txt`
2. run: `python main/src.py [-c config-file] [-L]`.
## docker
a [dockerfile](./dockerfile) and [compose file](./compose.yaml) have been provided.
keep in mind the commands will run in the docker container, too.
you do not need to clone this repository to use the compose file provided.
## config
the provided [example config file](./config.toml) lists all the options that can be used.