Skip to content

Commit

Permalink
wait for auth before starting beacon container
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfk committed Oct 3, 2024
1 parent 84f6f21 commit b5a04ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/beacon/docker-compose.beacon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ services:
- beacon-net
- gohan-api-net
- katsu-net
depends_on:
auth:
condition: service_healthy
expose:
- ${BENTO_BEACON_INTERNAL_PORT}
mem_limit: ${BENTO_BEACON_MEM_LIM} # for mem_limit to work, make sure docker-compose is v2.4
Expand Down

0 comments on commit b5a04ca

Please sign in to comment.