Skip to content

Commit

Permalink
Update compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ANcpLua authored Jan 15, 2025
1 parent 6db247e commit 3365828
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ services:
condition: service_healthy
networks:
- paperless-network
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8081/health"]
interval: 10s
timeout: 5s
retries: 5

paperless-services:
build:
Expand Down Expand Up @@ -63,11 +58,6 @@ services:
condition: service_healthy
networks:
- paperless-network
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8082/health"]
interval: 10s
timeout: 5s
retries: 5

postgres:
image: postgres:17
Expand Down

0 comments on commit 3365828

Please sign in to comment.