*# Just another telegram-bot
cargo install just
just run
For linting, code style and etcetera, we use pre-commit
pre-commit install
pre-commit run --all-files
for production docker-compose.yaml
services:
bot:
image: index.docker.io/eduzen/bot:latest
restart: always
env_file:
- .env
volumes:
- ./db.sqlite3:/code/db.sqlite3
watchtower:
image: index.docker.io/containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /home/eduzen/.docker/config.json:/config.json:ro
command: --interval 30 --cleanup