Add LOG_LEVEL env var to compose.

This commit is contained in:
Pieter Hollander 2024-02-20 16:50:15 +01:00
parent 5ede79a759
commit 95937a9e87
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg

View file

@ -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