session 11: fixed signup flows, unified key store
This commit is contained in:
parent
7bb583745a
commit
8fddc6009e
13 changed files with 401 additions and 143 deletions
|
|
@ -13,5 +13,10 @@ services:
|
|||
- STRIPE_WEBHOOK_SECRET=${STRIPE_WEBHOOK_SECRET}
|
||||
- BASE_URL=${BASE_URL:-https://docfast.dev}
|
||||
- PRO_KEYS=${PRO_KEYS}
|
||||
volumes:
|
||||
- docfast-data:/app/data
|
||||
mem_limit: 512m
|
||||
cpus: 1.0
|
||||
|
||||
volumes:
|
||||
docfast-data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue