Skip to content

Commit

Permalink
use validator dir depending on ssv-mode is true
Browse files Browse the repository at this point in the history
  • Loading branch information
fighting-dreamer committed Oct 21, 2024
1 parent 81fa872 commit 4f7938a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions install/templates/api.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- ${STADER_FOLDER}:/.stader
- ${STADER_DATA_FOLDER}:/.stader/data
- ${STADER_DATA_FOLDER}/${HOST_VALIDATORS_DIR_NAME}:/.stader/data/validators
networks:
- net
entrypoint: /bin/sleep
Expand Down
1 change: 1 addition & 0 deletions install/templates/eth1.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ services:
- eth1clientdata:/ethclient
- ${STADER_FOLDER}/scripts:/setup:ro
- ${STADER_DATA_FOLDER}/secrets:/secrets
- ${STADER_DATA_FOLDER}/${HOST_VALIDATORS_DIR_NAME}:/.stader/data/validators
networks:
- net
environment:
Expand Down
1 change: 1 addition & 0 deletions install/templates/guardian.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ services:
volumes:
- ${STADER_FOLDER}:/.stader
- ${STADER_DATA_FOLDER}:/.stader/data
- ${STADER_DATA_FOLDER}/${HOST_VALIDATORS_DIR_NAME}:/.stader/data/validators
networks:
- net
command: "-m 0.0.0.0 -r ${NODE_METRICS_PORT:-9104} guardian"
Expand Down
1 change: 1 addition & 0 deletions install/templates/mev-boost.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ services:
ports: [${MEV_BOOST_OPEN_API_PORT}]
volumes:
- ${STADER_FOLDER}/scripts:/setup:ro
- ${STADER_DATA_FOLDER}/${HOST_VALIDATORS_DIR_NAME}:/.stader/data/validators
networks:
- net
environment:
Expand Down
1 change: 1 addition & 0 deletions install/templates/node.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- ${STADER_FOLDER}:/.stader
- ${STADER_DATA_FOLDER}:/.stader/data
- ${STADER_DATA_FOLDER}/${HOST_VALIDATORS_DIR_NAME}:/.stader/data/validators
networks:
- net
command: "node"
Expand Down

0 comments on commit 4f7938a

Please sign in to comment.