feat: auth middleware;
fix: backend healthcheck
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
||||
minio:
|
||||
condition: service_healthy
|
||||
healthcheck:
|
||||
test: ["CMD", "/usr/bin/curl", "-f", "http://localhost:8080/service/health"]
|
||||
test: ["CMD", "/usr/bin/curl", "-f", "http://localhost:8080/api/service/health"]
|
||||
interval: 5s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user