Merge pull request 'Adding two new variables to disable registration and login' (#1) from javielico/plausible:main into main

Reviewed-on: coop-cloud/plausible#1
This commit is contained in:
3wordchant 2022-11-11 19:31:43 +00:00
commit 22851a7d02
2 changed files with 4 additions and 0 deletions

View File

@ -10,3 +10,5 @@ ADMIN_USER_EMAIL=replace-me
ADMIN_USER_NAME=replace-me
ADMIN_USER_PWD=replace-me
SECRET_KEY_BASE=replace-me
DISABLE_AUTH=replace-me # true or false
DISABLE_REGISTRATION=replace-me # true or false

View File

@ -17,6 +17,8 @@ services:
- DATABASE_URL=postgres://plausible:plausible@${STACK_NAME}_db:5432/plausible
- SMTP_HOST_ADDR
- MAILER_EMAIL
- DISABLE_REGISTRATION
- DISABLE_AUTH
networks:
- proxy
- internal