Skip to content

Commit

Permalink
add email registration to pad
Browse files Browse the repository at this point in the history
  • Loading branch information
luandro committed Apr 25, 2020
1 parent b1af54d commit 44293f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pad.luandro.com/docker-compose.yml
Expand Up @@ -6,7 +6,12 @@ services:
- POSTGRES_USER=codimd
- POSTGRES_PASSWORD=${DB_PASS}
- POSTGRES_DB=codimd
- CMD_ALLOW_ANONYMOUS=true
- CMD_ALLOW_ANONYMOUS_EDITS=true
- CMD_ALLOW_ANONYMOUS_VIEWS=true
- CMD_DEFAULT_PERMISSION=freely
- CMD_EMAIL=true
- CMD_ALLOW_EMAIL_REGISTER=true
volumes:
- "database-data:/var/lib/postgresql/data"
restart: always
Expand Down

0 comments on commit 44293f0

Please sign in to comment.