Skip to content

Commit

Permalink
Merge pull request #88 from schr1k/dev
Browse files Browse the repository at this point in the history
fix: docker
  • Loading branch information
schr1k authored Jan 1, 2025
2 parents b15db77 + d05f47c commit 8568c5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8568c5b

Please sign in to comment.