13 lines
296 B
Plaintext
13 lines
296 B
Plaintext
|
|
# 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
|