From 6d10c3719b9b84490d5d3e299531f591599ecc06 Mon Sep 17 00:00:00 2001 From: Jared Furlow Date: Mon, 23 Jun 2025 17:41:40 -0500 Subject: [PATCH] Test --- compose.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 7494e08..386dddf 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,4 +4,12 @@ services: context: . dockerfile: ./Dockerfile volumes: - - storage:/opt/prod/storage \ No newline at end of file + - storage:/opt/prod/storage + healthcheck: + test: + - CMD + - echo + - '1' + interval: 2s + timeout: 10s + retries: 15 \ No newline at end of file