diff --git a/docker-compose.yml b/docker-compose.yml index 123ca17e..5c1dd985 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -53,6 +53,7 @@ services: environment: # Always UTC+05:45. Set to catch timezone problems. - TZ=Asia/Kathmandu + - FERRETDB_LOG_LEVEL=error - FERRETDB_LISTEN_ADDR=:27001 - FERRETDB_HANDLER=postgresql # use different database from ferretdb-postgresql-secured @@ -69,6 +70,7 @@ services: environment: # Always UTC+05:45. Set to catch timezone problems. - TZ=Asia/Kathmandu + - FERRETDB_LOG_LEVEL=error - FERRETDB_LISTEN_ADDR=:27002 - FERRETDB_HANDLER=sqlite - FERRETDB_SQLITE_URL=file:/state/?_pragma=busy_timeout(20000) @@ -85,6 +87,7 @@ services: environment: # Always UTC+05:45. Set to catch timezone problems. - TZ=Asia/Kathmandu + - FERRETDB_LOG_LEVEL=error - FERRETDB_LISTEN_ADDR=:27003 - FERRETDB_HANDLER=postgresql # use different database from ferretdb-postgresql @@ -105,6 +108,7 @@ services: environment: # Always UTC+05:45. Set to catch timezone problems. - TZ=Asia/Kathmandu + - FERRETDB_LOG_LEVEL=error - FERRETDB_LISTEN_ADDR=:27004 - FERRETDB_HANDLER=sqlite - FERRETDB_SQLITE_URL=file:/state/?_pragma=busy_timeout(20000)