You can build image locally:
docker build -t ghcr.io/jus1d/kypidbot:latest .or pull it fromghcr.io:docker pull ghcr.io/jus1d/kypidbot:latest
Fill up the config in ./config and set environment variables: CONFIG_PATH -- where config for the bot is located, POSTGRES_PASSWORD -- password, with which postgres will start
Run compose
$ docker compose up -dPull model for vectorizing abouts
$ docker exec ollama ollama pull mxbai-embed-large