mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-27 05:24:43 +01:00
fixing payment status
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user