From 95937a9e870f1be40e79feba6db647bb432d3ce9 Mon Sep 17 00:00:00 2001 From: Pieter Hollander Date: Tue, 20 Feb 2024 16:50:15 +0100 Subject: [PATCH] Add LOG_LEVEL env var to compose. --- compose.timescaledb.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.timescaledb.yml b/compose.timescaledb.yml index ce80492..4c6a871 100644 --- a/compose.timescaledb.yml +++ b/compose.timescaledb.yml @@ -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