Initial commit
Some checks failed
release-tag / release-image (push) Failing after 3m50s

This commit is contained in:
2025-03-03 21:59:08 +01:00
commit c2ceaeb989
18 changed files with 1251 additions and 0 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# 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)