https://github.com/H-T-H/Gemini-Telegram-Bot
50K+
https://github.com/H-T-H/Gemini-Telegram-Bot
docker-compose.yml
services:
gemini:
image: sheepgreen/gemini #or use ghcr.io/slippersheepig/gemini
container_name: gemini
environment:
- TELEGRAM_BOT_API_KEY="YOUR_TELEGRAM_BOT_API_KEY"
- GEMINI_API_KEYS="YOUR_GEMINI_API_KEYS"
- ADMIN_USER_IDS="YOUR_ADMIN_USER_IDS"
command: [ "python", "main.py" ]
restart: always
Content type
Image
Digest
sha256:1505c3be4…
Size
70.5 MB
Last updated
about 2 months ago
docker pull sheepgreen/gemini