Add LOG_LEVEL env var to compose.
This commit is contained in:
parent
5ede79a759
commit
95937a9e87
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ services:
|
|||
MQTT_USERNAME: ${MQTT_USERNAME}
|
||||
MQTT_PASSWORD: ${MQTT_PASSWORD}
|
||||
PG_DB: ${PG_DB}
|
||||
LOG_LEVEL: ${LOG_LEVEL}
|
||||
depends_on:
|
||||
timescaledb:
|
||||
condition: service_healthy
|
||||
|
|
Loading…
Reference in a new issue