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