docker mint listen on 0.0.0.0 (#371)

This commit is contained in:
callebtc
2023-11-29 17:55:18 -03:00
committed by GitHub
parent fa5193cd8f
commit 063a9d296d

View File

@@ -7,7 +7,11 @@ services:
container_name: mint
ports:
- "3338:3338"
command: ["poetry", "run", "mint", "--port", "3338", "--host", "0.0.0.0"]
environment:
- MINT_LIGHTNING_BACKEND=FakeWallet
- MINT_LISTEN_HOST=0.0.0.0
- MINT_LISTEN_PORT=3338
command: ["poetry", "run", "mint"]
wallet:
build:
context: .