mirror of
https://github.com/plausible/hosting.git
synced 2025-01-15 14:34:30 -06:00
Update compose.yml
This commit is contained in:
parent
1fdfad4001
commit
0322eef8ed
@ -43,7 +43,8 @@ services:
|
|||||||
HTTPS_PORT: ${HTTPS_PORT}
|
HTTPS_PORT: ${HTTPS_PORT}
|
||||||
DATABASE_URL: postgres://postgres:postgres@plausible_db:5432/plausible_db
|
DATABASE_URL: postgres://postgres:postgres@plausible_db:5432/plausible_db
|
||||||
CLICKHOUSE_DATABASE_URL: http://plausible_events_db:8123/plausible_events_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:
|
volumes:
|
||||||
db-data:
|
db-data:
|
||||||
|
Loading…
Reference in New Issue
Block a user