| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
*# Just another telegram-bot
cargo install just
just runFor linting, code style and etcetera, we use pre-commit
pre-commit install
pre-commit run --all-filesfor 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| Back | FazBrowse Home | New Git URL |