2025-11-23 18:23:51 +01:00
|
|
|
# Supervisor XML-RPC Connection
|
|
|
|
|
# For local development
|
|
|
|
|
SUPERVISOR_HOST=localhost
|
|
|
|
|
SUPERVISOR_PORT=9001
|
|
|
|
|
|
|
|
|
|
# For Docker Compose
|
|
|
|
|
# SUPERVISOR_HOST=supervisor
|
|
|
|
|
# SUPERVISOR_PORT=9001
|
|
|
|
|
|
|
|
|
|
# Optional: HTTP Basic Auth (if configured in supervisord.conf)
|
|
|
|
|
# SUPERVISOR_USERNAME=user
|
|
|
|
|
# SUPERVISOR_PASSWORD=pass
|
2025-11-23 20:44:46 +01:00
|
|
|
|
2025-11-23 22:46:53 +01:00
|
|
|
# Optional: Path to supervisord main logfile (for reading via XML-RPC)
|
|
|
|
|
# Default: /var/log/supervisor/supervisord.log
|
|
|
|
|
# SUPERVISOR_LOGFILE=/var/log/supervisor/supervisord.log
|
|
|
|
|
|
2025-11-23 20:44:46 +01:00
|
|
|
# Logging Configuration
|
|
|
|
|
# Log level: debug, info, warn, error (default: info in prod, debug in dev)
|
|
|
|
|
LOG_LEVEL=info
|