Parcourir la source

Merge branch 'wallet' of maxmind/nockchain into master

maxmind il y a 7 mois
Parent
commit
0e30738c1e
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      docker-compose.yml

+ 2 - 0
docker-compose.yml

@@ -5,6 +5,7 @@ services:
     privileged: true
     volumes:
       - ./nockchain-leader:/app/data
+      - ./wallet:/app/wallet/.data.wallet
     environment:
       - MINING_PUBKEY=${MINING_PUBKEY:?please make sure to set your MINING_PUBKEY environment variable in the .env file}
     command:
@@ -28,6 +29,7 @@ services:
     privileged: true
     volumes:
       - ./nockchain-follower:/app/data
+      - ./wallet:/app/wallet/.data.wallet
     environment:
       - MINING_PUBKEY=${MINING_PUBKEY:?please make sure to set your MINING_PUBKEY environment variable in the .env file}
     command: