Skip to content

Instantly share code, notes, and snippets.

@adamteale
Last active October 31, 2024 15:35
Show Gist options
  • Select an option

  • Save adamteale/4896fb3a290ebbca377d3c2d76101d54 to your computer and use it in GitHub Desktop.

Select an option

Save adamteale/4896fb3a290ebbca377d3c2d76101d54 to your computer and use it in GitHub Desktop.
nutshell
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