-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.docker
More file actions
26 lines (22 loc) · 743 Bytes
/
.env.docker
File metadata and controls
26 lines (22 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# AutoBot Docker Environment Configuration
# Copy to .env before running: cp .env.docker .env
#
# AutoBot - AI-Powered Automation Platform
# Copyright (c) 2025 mrveiss
# Author: mrveiss
# ---- Deployment ----
AUTOBOT_ENVIRONMENT=production
AUTOBOT_DEPLOYMENT_MODE=local
AUTOBOT_LOG_LEVEL=INFO
# ---- LLM ----
# For local Ollama: docker compose --profile ollama up -d
# For remote Ollama: set host below and skip the profile
# For cloud providers (OpenAI, Anthropic): set provider + API key
AUTOBOT_LLM_PROVIDER=ollama
AUTOBOT_OLLAMA_HOST=http://ollama:11434
AUTOBOT_DEFAULT_LLM_MODEL=qwen3.5:9b
AUTOBOT_EMBEDDING_MODEL=nomic-embed-text:latest
# ---- Redis ----
AUTOBOT_REDIS_PORT=6379
# ---- Monitoring ----
GRAFANA_ADMIN_PASSWORD=autobot