15 lines
403 B
Plaintext
15 lines
403 B
Plaintext
|
|
# AI Cluster — /opt/homelab/config/ai-cluster/.env
|
||
|
|
# Read by all worker containers and mounted into service-ops-worker as /app/.env
|
||
|
|
|
||
|
|
# MQTT broker credentials
|
||
|
|
MQTT_HOST=mosquitto
|
||
|
|
MQTT_PORT=1883
|
||
|
|
MQTT_USERNAME=codex
|
||
|
|
MQTT_PASSWORD=
|
||
|
|
|
||
|
|
# API gateway (piha)
|
||
|
|
GATEWAY_BASE_URL=http://piha:8080
|
||
|
|
|
||
|
|
# Compose project name (required for service-ops-worker docker-compose operations)
|
||
|
|
COMPOSE_PROJECT_NAME=ai-cluster
|