Opt-In for SentryPeer DHT mode, fixes #1110

This commit is contained in:
t3chn0m4g3
2022-06-08 09:10:29 +00:00
parent a28dfec046
commit dcf15ca489
5 changed files with 22 additions and 1 deletions

View File

@ -17,4 +17,4 @@ RUN apk -U add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing \
# Set workdir and start sentrypeer
STOPSIGNAL SIGKILL
USER sentrypeer:sentrypeer
CMD /usr/bin/sentrypeer -warpj -f /var/log/sentrypeer/sentrypeer.db -l /var/log/sentrypeer/sentrypeer.json
CMD /usr/bin/sentrypeer -jar -f /var/log/sentrypeer/sentrypeer.db -l /var/log/sentrypeer/sentrypeer.json

View File

@ -12,6 +12,12 @@ services:
restart: always
# cpu_count: 1
# cpus: 0.25
environment:
- SENTRYPEER_WEB_GUI=1
- SENTRYPEER_PEER_TO_PEER=1
- SENTRYPEER_BOOTSTRAP_NODE=bootstrap.sentrypeer.org
- SENTRYPEER_VERBOSE=1
- SENTRYPEER_DEBUG=1
networks:
- sentrypeer_local
ports: