Last active
October 31, 2024 15:35
-
-
Save adamteale/4896fb3a290ebbca377d3c2d76101d54 to your computer and use it in GitHub Desktop.
nutshell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: "3.7" | |
| services: | |
| nutshell: | |
| image: cashubtc/nutshell:latest # The Docker image for Nutshell | |
| ports: | |
| - "3338:3338" # Expose port 3338 | |
| environment: | |
| - MINT_BACKEND_BOLT11_SAT=FakeWallet | |
| - MINT_PRIVATE_KEY=TEST_PRIVATE_KEY | |
| volumes: | |
| - ./data:/data # Persist data |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment