fixing payment status

This commit is contained in:
2025-11-12 17:11:39 +01:00
parent 5c892f6083
commit bbf820c584
3 changed files with 200 additions and 25 deletions

View File

@@ -6,11 +6,13 @@ services:
container_name: mint
ports:
- "3338:3338"
env_file:
- .env
environment:
- MINT_BACKEND_BOLT11_SAT=FakeWallet
- MINT_LISTEN_HOST=0.0.0.0
- MINT_LISTEN_PORT=3338
- MINT_PRIVATE_KEY=TEST_PRIVATE_KEY
- MINT_BACKEND_BOLT11_SAT=${MINT_BACKEND_BOLT11_SAT:-FakeWallet}
- MINT_LISTEN_HOST=${MINT_LISTEN_HOST:-0.0.0.0}
- MINT_LISTEN_PORT=${MINT_LISTEN_PORT:-3338}
- MINT_PRIVATE_KEY=${MINT_PRIVATE_KEY:-TEST_PRIVATE_KEY}
command: ["poetry", "run", "mint"]
wallet:
build: