Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 293 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 293 Bytes

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
    command: [ "python", "main.py", "TELEGRAM_BOT_API_KEY", "GEMINI_API_KEY" ]
    restart: always