docker-stacks/telegram-llm-bot/docker-compose.yml
2024-03-10 05:46:13 +03:00

17 lines
427 B
YAML

# https://hub.docker.com/r/skobkin/telegram-llm-bot
version: '3.9'
services:
drone:
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}"