Skip to content

Commit d637e76

Browse files
committed
add docs
1 parent f01bb2d commit d637e76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/dynamic-sidecar/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ COPY --chown=scu:scu --from=prod-only-deps ${DYNAMIC_SIDECAR_DY_VOLUMES_MOUNT_D
196196
COPY --chown=scu:scu services/dynamic-sidecar/docker services/dynamic-sidecar/docker
197197
RUN chmod +x services/dynamic-sidecar/docker/*.sh
198198

199+
# NOTE: the start period of 3 minutes is to allow the dynamic-sidecar
200+
# enough time to connect to the externald dependencies. some times the docker
201+
# networks take time to get created
199202
# https://docs.docker.com/reference/dockerfile/#healthcheck
200203
HEALTHCHECK \
201204
--interval=10s \

0 commit comments

Comments
 (0)