forked from gorb/backend
feat: add email verification system
Co-Authored-By: JustTemmie <git@beaver.mom>
This commit is contained in:
parent
862e2d6709
commit
83f031779f
14 changed files with 265 additions and 33 deletions
|
@ -18,6 +18,7 @@ services:
|
|||
- gorb-backend:/gorb
|
||||
environment:
|
||||
#- RUST_LOG=debug
|
||||
- WEB_URL=https://gorb.app/web/
|
||||
- DATABASE_USERNAME=gorb
|
||||
- DATABASE_PASSWORD=gorb
|
||||
- DATABASE=gorb
|
||||
|
@ -27,6 +28,11 @@ services:
|
|||
- BUNNY_ENDPOINT=Frankfurt
|
||||
- BUNNY_ZONE=gorb
|
||||
- BUNNY_CDN_URL=https://cdn.gorb.app
|
||||
- MAIL_ADDRESS=Gorb <noreply@gorb.app>
|
||||
- MAIL_TLS=tls
|
||||
- SMTP_SERVER=mail.gorb.app
|
||||
- SMTP_USERNAME=your_smtp_username
|
||||
- SMTP_PASSWORD=your_smtp_password
|
||||
database:
|
||||
image: postgres:16
|
||||
restart: always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue