docker-stacks/telegram-llm-bot/docker-compose.yml
Alexey Skobkin 69345b941f Telegram LLM Bot (#87)
Telegram LLM Bot

Co-authored-by: Alexey Skobkin <skobkin-ru@ya.ru>
Reviewed-on: #87
2024-03-10 03:06:53 +00:00

17 lines
439 B
YAML

# https://hub.docker.com/r/skobkin/telegram-llm-bot
version: '3.9'
services:
telegram-llm-bot:
image: "skobkin/telegram-llm-bot:${IMAGE_VERSION:-latest}"
container_name: telegram-llm-bot
extra_hosts:
- "host.docker.internal:host-gateway"
env_file: .env
restart: unless-stopped
logging:
driver: "json-file"
options:
max-size: "${LOG_MAX_SIZE:-5m}"
max-file: "${LOG_MAX_FILE:-5}"