Skip to content

Commit

Permalink
chore: LH "--unsafe-and-dangerous-mode" to use exp release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam committed Jul 18, 2024
1 parent 33bdd07 commit 2a2b489
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions lighthouse-cl-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ x-logging: &logging
options:
max-size: 100m
max-file: "3"
tag: '{{.ImageName}}|{{.Name}}|{{.ImageFullID}}|{{.FullID}}'
tag: "{{.ImageName}}|{{.Name}}|{{.ImageFullID}}|{{.FullID}}"

x-build: &lh-build
context: ./lighthouse
Expand Down Expand Up @@ -81,6 +81,7 @@ services:
- "8008"
- --suggested-fee-recipient
- ${FEE_RECIPIENT}
- --unsafe-and-dangerous-mode
labels:
- metrics.scrape=true
- metrics.path=/metrics
Expand All @@ -95,7 +96,7 @@ services:
restart: "no"
volumes:
- lhconsensus-data:/var/lib/lighthouse
entrypoint: ["/bin/sh","-c"]
entrypoint: ["/bin/sh", "-c"]
command: /bin/sh

volumes:
Expand Down
3 changes: 2 additions & 1 deletion lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ services:
- ${NETWORK}
- --debug-level=${LOG_LEVEL}
- --keystore
- --unsafe-and-dangerous-mode
depends_on:
- consensus

Expand Down Expand Up @@ -224,7 +225,7 @@ services:
restart: "no"
volumes:
- lhconsensus-data:/var/lib/lighthouse
entrypoint: ["/bin/sh","-c"]
entrypoint: ["/bin/sh", "-c"]
command: /bin/sh

volumes:
Expand Down

0 comments on commit 2a2b489

Please sign in to comment.