Skip to content

Commit

Permalink
Restart clusters unless stopped (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev authored Sep 24, 2024
1 parent 97c26c5 commit 0ef7532
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
VALIDATOR_CLIENT_VERSION: v1.22.0
STAKER_SCRIPTS_VERSION: v0.1.0
CLUSTER_ID: 1
restart: on-failure
restart: unless-stopped
volumes:
- charon-1-data:/opt/charon/.charon
- validator-1-data:/opt/validator/data
Expand Down Expand Up @@ -40,7 +40,7 @@ services:
VALIDATOR_CLIENT_VERSION: v1.22.0
STAKER_SCRIPTS_VERSION: v0.1.0
CLUSTER_ID: 2
restart: on-failure
restart: unless-stopped
volumes:
- charon-2-data:/opt/charon/.charon
- validator-2-data:/opt/validator/data
Expand Down Expand Up @@ -72,7 +72,7 @@ services:
VALIDATOR_CLIENT_VERSION: v1.22.0
STAKER_SCRIPTS_VERSION: v0.1.0
CLUSTER_ID: 3
restart: on-failure
restart: unless-stopped
volumes:
- charon-3-data:/opt/charon/.charon
- validator-3-data:/opt/validator/data
Expand Down Expand Up @@ -104,7 +104,7 @@ services:
VALIDATOR_CLIENT_VERSION: v1.22.0
STAKER_SCRIPTS_VERSION: v0.1.0
CLUSTER_ID: 4
restart: on-failure
restart: unless-stopped
volumes:
- charon-4-data:/opt/charon/.charon
- validator-4-data:/opt/validator/data
Expand Down Expand Up @@ -136,7 +136,7 @@ services:
VALIDATOR_CLIENT_VERSION: v1.22.0
STAKER_SCRIPTS_VERSION: v0.1.0
CLUSTER_ID: 5
restart: on-failure
restart: unless-stopped
volumes:
- charon-5-data:/opt/charon/.charon
- validator-5-data:/opt/validator/data
Expand Down

0 comments on commit 0ef7532

Please sign in to comment.