feat(Plausible): Add log level variable

This commit is contained in:
Simon 2022-03-07 11:51:48 +01:00
parent cfd8b5a2ce
commit c4248a6f97
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ services:
CLICKHOUSE_DATABASE_URL: http://${CLICKHOUSE_CONTAINER_NAME:-clickhouse}:8123/${CLICKHOUSE_CONTAINER_NAME:-clickhouse}
SITE_LIMIT: ${SITE_LIMIT:-3}
SELFHOST: ${SELFHOST:-true}
LOG_LEVEL: ${LOG_LEVEL:-warn}
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro