mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
Revert "feat: add healthcheck to minio"
This reverts commit 623a850976.
This commit is contained in:
@@ -116,25 +116,13 @@ services:
|
|||||||
- uploads:/export
|
- uploads:/export
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
healthcheck:
|
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
|
|
||||||
interval: 30s
|
|
||||||
timeout: 20s
|
|
||||||
retries: 3
|
|
||||||
start_period: 15s
|
|
||||||
proxy:
|
proxy:
|
||||||
image: makeplane/plane-proxy:${APP_RELEASE:-v0.25.3}
|
image: makeplane/plane-proxy:${APP_RELEASE:-v0.25.3}
|
||||||
depends_on:
|
depends_on:
|
||||||
web:
|
- web
|
||||||
condition: service_started
|
- api
|
||||||
api:
|
- space
|
||||||
condition: service_started
|
|
||||||
space:
|
|
||||||
condition: service_started
|
|
||||||
plane-minio:
|
|
||||||
condition: service_healthy
|
|
||||||
plane-db:
|
|
||||||
condition: service_started
|
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user