Update compose.yml

This commit is contained in:
ruslandoga 2024-09-05 20:58:28 +07:00 committed by GitHub
parent 1fdfad4001
commit 0322eef8ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,8 @@ services:
HTTPS_PORT: ${HTTPS_PORT}
DATABASE_URL: postgres://postgres:postgres@plausible_db:5432/plausible_db
CLICKHOUSE_DATABASE_URL: http://plausible_events_db:8123/plausible_events_db
DISABLE_REGISTRATION: true
DISABLE_REGISTRATION: ${DISABLE_REGISTRATION:-true}
LOG_LEVEL: ${LOG_LEVEL:-notice}
volumes:
db-data: