mybot / docker-compose.yml
djontros's picture
Create docker-compose.yml
16c2832 verified
raw
history blame contribute delete
141 Bytes
version: "3.9"
services:
telegram-bot:
build: .
container_name: telegram-gemini-bot
env_file: .env
restart: unless-stopped