archy/apps/btcpay-server/manifest.yml

82 lines
1.8 KiB
YAML
Raw Normal View History

2026-01-24 22:01:51 +00:00
app:
id: btcpay-server
name: BTCPay Server
version: 1.13.7
2026-01-24 22:01:51 +00:00
description: Self-hosted Bitcoin payment processor. Accept Bitcoin payments without intermediaries.
2026-01-24 22:01:51 +00:00
container:
image: git.tx1138.com/lfg2025/btcpayserver:1.13.7
pull_policy: if-not-present
network: archy-net
secret_env:
- key: BTCPAY_BTCRPCPASSWORD
secret_file: bitcoin-rpc-password
- key: BTCPAY_DB_PASS
secret_file: btcpay-db-password
2026-05-05 11:29:18 -04:00
derived_env:
- key: BTCPAY_HOST
template: "{{HOST_IP}}:23000"
2026-01-24 22:01:51 +00:00
dependencies:
- app_id: bitcoin-core
version: ">=26.0"
- app_id: archy-btcpay-db
version: ">=15.17"
- app_id: archy-nbxplorer
version: ">=2.6.0"
2026-01-24 22:01:51 +00:00
resources:
cpu_limit: 2
memory_limit: 2Gi
disk_limit: 20Gi
2026-01-24 22:01:51 +00:00
security:
capabilities: []
readonly_root: false
2026-01-24 22:01:51 +00:00
network_policy: isolated
2026-01-24 22:01:51 +00:00
ports:
- host: 23000
container: 49392
2026-01-24 22:01:51 +00:00
protocol: tcp
2026-01-24 22:01:51 +00:00
volumes:
- type: bind
source: /var/lib/archipelago/btcpay
target: /datadir
options: [rw]
2026-01-24 22:01:51 +00:00
environment:
- ASPNETCORE_URLS=http://0.0.0.0:49392
- BTCPAY_PROTOCOL=http
- BTCPAY_CHAINS=btc
- BTCPAY_BTCEXPLORERURL=http://archy-nbxplorer:32838
- BTCPAY_BTCRPCURL=http://bitcoin-knots:8332
- BTCPAY_BTCRPCUSER=archipelago
2026-04-30 16:29:56 -04:00
- BTCPAY_POSTGRES=Username=btcpay;Password=${BTCPAY_DB_PASS};Host=archy-btcpay-db;Port=5432;Database=btcpay
2026-01-24 22:01:51 +00:00
health_check:
type: http
endpoint: http://localhost:49392
path: /
2026-01-24 22:01:51 +00:00
interval: 30s
timeout: 5s
retries: 3
2026-01-24 22:01:51 +00:00
bitcoin_integration:
rpc_access: read-only
sync_required: true
2026-01-24 22:01:51 +00:00
lightning_integration:
payment_processing: false
2026-01-24 22:01:51 +00:00
invoice_management: true
2026-05-05 11:29:18 -04:00
interfaces:
main:
name: Web UI
description: BTCPay Server dashboard
type: ui
port: 23000
protocol: http
path: /