Skip to content

Commit

Permalink
Merge pull request #83 from hoprnet/tb/20230912-admin-upgrade
Browse files Browse the repository at this point in the history
admin: Use latest version
  • Loading branch information
tolbrino authored Sep 12, 2023
2 parents 9d55574 + 2b81c88 commit 76a3d2f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ This is the DAppNode package for HOPR. You can download this to install the HOPR

To install HOPR follow the instructions [here.](https://docs.hoprnet.org/node/using-dappnode)

## Versions

Hopr Admin: v0.6.0

Hoprd: v2.0.0-rc.3
14 changes: 6 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ services:
build:
context: .
args:
UPSTREAM_VERSION: providence
UPSTREAM_VERSION: >-
providence@sha256:003d145ddd524264757d6f6f827f5fd3d34be07912372305d49ce264cd6b720d
ports:
- "9091:9091/tcp"
- "9091:9091/udp"
Expand All @@ -27,31 +28,28 @@ services:
- HOPRD_IDENTITY=/app/hoprd-db/.hopr-identity
- HOPRD_DATA=/app/hoprd-db/data
- HOPRD_INIT=true
- HOPRD_HOST=127.0.0.1:9091
- "HOPRD_HOST=127.0.0.1:9091"
- HOPRD_SAFE_ADDRESS=0x
- HOPRD_MODULE_ADDRESS=0x
- HOPRD_ALLOW_PRIVATE_NODE_CONNECTIONS=false
- HOPRD_HEARTBEAT_THRESHOLD=60000
- HOPRD_HEARTBEAT_INTERVAL=20000
- HOPRD_PASSWORD="open-sesame-iTwnsPNg0hpagP+o6T0KOwiH9RQ0" # keep the value, it gets immediately overwritten automatically during setup
- HOPRD_PASSWORD="open-sesame-iTwnsPNg0hpagP+o6T0KOwiH9RQ0"
- "HOPRD_PROVIDER=https://provider-proxy.hoprnet.workers.dev/xdai_mainnet"
restart: unless-stopped
deploy:
resources:
limits:
memory: 2G
admin:
image: hopr-admin
build:
context: https://github.com/hoprnet/hopr-admin.git#f15eaaf2031b061b6eb304b8a5c4ec36df603827:.
dockerfile: scripts/NodeAdmin.Dockerfile
image: >-
europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:202ec0ae237a@sha256:202ec0ae237a1cf10728a82627253b4c4ba5755847d14f1c4a40ad6a8e820706
ports:
- "3000:80"
restart: unless-stopped
deploy:
resources:
limits:
memory: 256M

volumes:
db: {}

0 comments on commit 76a3d2f

Please sign in to comment.