Skip to content

Commit

Permalink
Found more compose files to delete healthchecks from :)
Browse files Browse the repository at this point in the history
  • Loading branch information
voruti committed Sep 28, 2024
1 parent 33cbd74 commit b622344
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions ssl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ services:
depends_on:
certbot:
condition: service_completed_successfully
healthcheck:
test: bash /healthcheck.sh
interval: 30s
timeout: 10s
retries: 3
start_period: 120s
deploy:
resources:
limits:
Expand Down
6 changes: 0 additions & 6 deletions ssl/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ services:
depends_on:
certbot:
condition: service_completed_successfully
healthcheck:
test: bash /healthcheck.sh
interval: 30s
timeout: 10s
retries: 3
start_period: 120s
deploy:
resources:
limits:
Expand Down

0 comments on commit b622344

Please sign in to comment.