Skip to content

Commit af14084

Browse files
authored
fix: Update stats dependencies (#5)
1 parent ac6c75c commit af14084

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,11 @@ services:
646646
- VALIDATOR_PUBLIC_KEYS=${VALIDATOR_PUBLIC_KEYS}
647647
- API_KEY=${STATS_API_KEY}
648648
- LOG_LEVEL=${STATS_LOG_LEVEL:-"info"}
649+
depends_on:
650+
geth:
651+
condition: service_started
652+
beacon:
653+
condition: service_started
649654
profiles:
650655
- node
651656
- validator

0 commit comments

Comments
 (0)