Add Stripe billing integration + update free tier to 100 PDFs/mo
This commit is contained in:
parent
facb8df8f4
commit
c12c1176b0
7 changed files with 238 additions and 12 deletions
|
|
@ -9,5 +9,9 @@ services:
|
|||
- API_KEYS=${API_KEYS}
|
||||
- PORT=3100
|
||||
- NODE_ENV=production
|
||||
- STRIPE_SECRET_KEY=${STRIPE_SECRET_KEY}
|
||||
- STRIPE_WEBHOOK_SECRET=${STRIPE_WEBHOOK_SECRET}
|
||||
- BASE_URL=${BASE_URL:-https://docfast.dev}
|
||||
- PRO_KEYS=${PRO_KEYS}
|
||||
mem_limit: 512m
|
||||
cpus: 1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue