removed keystore volume and keystore parent directory

This commit is contained in:
stubbsta 2024-03-13 15:25:06 +02:00
parent 93fce0519f
commit aff7491282
No known key found for this signature in database

View File

@ -59,13 +59,12 @@ services:
- RPC_URL=http://foundry:8545
- PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
- RLN_CONTRACT_ADDRESS=0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0
- RLN_CREDENTIAL_PATH=/keystore/keystore.json
- RLN_CREDENTIAL_PATH=/keystore.json
- RLN_CREDENTIAL_PASSWORD=passw123
command:
- '/opt/run_nwaku.sh'
volumes:
- ./run_nwaku.sh:/opt/run_nwaku.sh:Z
- ./keystore:/keystore/:Z
depends_on:
- bootstrap
- foundry