Replace local build with configurable registry image defaults and document settings in .env.example for deployers. Co-authored-by: Cursor <cursoragent@cursor.com>
20 lines
459 B
Plaintext
20 lines
459 B
Plaintext
# Image (Gitea container registry)
|
|
IMAGE_REGISTRY=git.nxtgroup.org
|
|
IMAGE_OWNER=erling
|
|
IMAGE_NAME=btcpaymailer
|
|
IMAGE_TAG=1.0.0
|
|
|
|
# Container
|
|
CONTAINER_NAME=btcpay-mailer
|
|
HOST_PORT=5000
|
|
|
|
# Required secrets
|
|
WEBHOOK_SECRET=your_super_secret_token_123
|
|
BTCPAY_API_KEY=your_btcpay_api_key
|
|
POSTMARK_API_KEY=your_postmark_server_token
|
|
|
|
# Optional
|
|
BTCPAY_URL=https://payment.nxtgroup.org
|
|
FROM_EMAIL=billing@nxtgroup.org
|
|
BCC_EMAIL=admin@nxtgroup.org,finance@nxtgroup.org
|