From d05f47c76cc608751aa8011575b05adcfdb08a9c Mon Sep 17 00:00:00 2001 From: shr1k Date: Wed, 1 Jan 2025 17:38:32 +0300 Subject: [PATCH] fix: docker --- .dockerignore | 9 +++++++-- compose.yaml | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.dockerignore b/.dockerignore index 811e3b0..d192398 100644 --- a/.dockerignore +++ b/.dockerignore @@ -16,7 +16,12 @@ compose.yaml .github .gitignore README.md +LICENSE.md +CODE_OF_CONDUCT.md +.env.example *.log -*.json -*.jpg +public/photo/teachers/*.jpg +public/photo/food/*.jpg + +ecosystem.config.js \ No newline at end of file diff --git a/compose.yaml b/compose.yaml index 3862164..070a59b 100644 --- a/compose.yaml +++ b/compose.yaml @@ -45,7 +45,7 @@ services: required: true healthcheck: test: [ "CMD-SHELL", "redis-cli PING | grep PONG" ] - interval: 10s + interval: 60s timeout: 5s retries: 5 start_period: 10s