Skip to content

Commit

Permalink
Restore wallet password parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Oct 16, 2024
1 parent e3dddff commit 8726884
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prysm-vc-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,16 @@ services:
- 0.0.0.0
- --monitoring-port
- "8009"
- --web
- --http-host
- 0.0.0.0
- --http-port
- ${KEY_API_PORT:-7500}
- --http-cors-domain=*
- --suggested-fee-recipient
- ${FEE_RECIPIENT}
- --wallet-password-file
- /var/lib/prysm/password.txt
labels:
- traefik.enable=true
- traefik.http.routers.prysm.entrypoints=web,websecure
Expand Down
3 changes: 3 additions & 0 deletions prysm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ services:
- 0.0.0.0
- --monitoring-port
- "8009"
- --web
- --http-host
- 0.0.0.0
- --http-port
Expand All @@ -148,6 +149,8 @@ services:
- consensus:5052
- --suggested-fee-recipient
- ${FEE_RECIPIENT}
- --wallet-password-file
- /var/lib/prysm/password.txt
depends_on:
- consensus
labels:
Expand Down

0 comments on commit 8726884

Please sign in to comment.