waku-org / nwaku-compose

Deployment docker-compose files to deploy an nwaku node
13 stars 22 forks source link

mounting keystore directory instead of keystore.json #47

Closed gabrielmer closed 8 months ago

gabrielmer commented 8 months ago

Description

Mounting the whole /keystore directory in docker-compose.yml instead of /keystore/keystore.json

In case the keystore hasn't been generated yet, the /keystore directory will be automatically created by docker instead of a /keystore/keystore.json directory.

In general, it's better for the volumes mounted to be intended directories instead of files.

Issue:

Advances https://github.com/waku-org/nwaku-compose/issues/32