Files
dknog-membership/README.md
Allan Eising c2ceaeb989
Some checks failed
release-tag / release-image (push) Failing after 3m50s
Initial commit
2025-03-03 21:59:08 +01:00

16 lines
411 B
Markdown

# DKNOG Membership payment app
## Required environment variables
All environment variables can point to a file by appending `_FILE` to the name.
This allows the use of docker secrets.
- ADMIDIO_DB_HOST
- ADMIDIO_DB_USER
- ADMIDIO_DB_PASSWORD
- ADMIDIO_DB_NAME
- STRIPE_KEY
- DKNOG_APP_HOST (hostname of app, e.g. https://app.myhost.com)
- STRIPE_PRICE_ID (the ID of the membership price item in stripe)