fixup
This commit is contained in:
parent
79c08b66f2
commit
0d0c88c850
2 changed files with 5 additions and 3 deletions
|
@ -29,13 +29,15 @@ EXPOSE 5279
|
||||||
EXPOSE 50001
|
EXPOSE 50001
|
||||||
|
|
||||||
|
|
||||||
|
## TODO: Have wallets stored on their own volume/subdirectory for security, and backups.
|
||||||
## Volumize the wallets in a separate location for backup purposes may be unnecessary.
|
## Volumize the wallets in a separate location for backup purposes may be unnecessary.
|
||||||
# VOLUME /lbrynet/.local/share/lbry/lbryum/wallets
|
# VOLUME /lbrynet/.local/share/lbry/lbryum/wallets
|
||||||
# VOLUME /lbrynet/.local/
|
# VOLUME /lbrynet/.local/
|
||||||
|
|
||||||
## Example daemon_settings.yml is at https://github.com/lbryio/lbry/blob/master/example_daemon_settings.yml
|
## Example daemon_settings.yml is at https://github.com/lbryio/lbry/blob/master/example_daemon_settings.yml
|
||||||
# VOLUME /etc/lbry/daemon_settings.yml
|
ADD https://raw.githubusercontent.com/lbryio/lbry/master/example_daemon_settings.yml /etc/lbrynet/example_daemon_settings.yml
|
||||||
|
## TODO: In start.sh detect and merge changes.
|
||||||
|
VOLUME /etc/lbry/daemon_settings.yml
|
||||||
|
|
||||||
## TODO: Downloaded blobs will be in their own separate volume for keeping backups of critical secrets and data separate from backups of potentially massive blob files.
|
## TODO: Downloaded blobs will be in their own separate volume for keeping backups of critical secrets and data separate from backups of potentially massive blob files.
|
||||||
# VOLUME /lbrynet/Downloads/
|
# VOLUME /lbrynet/Downloads/
|
||||||
|
|
|
@ -24,4 +24,4 @@ services:
|
||||||
- 50001:50001
|
- 50001:50001
|
||||||
## host volumes for persistent data such as wallet private keys.
|
## host volumes for persistent data such as wallet private keys.
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/:/data
|
- ./data:/data
|
||||||
|
|
Loading…
Reference in a new issue