Update slogans and healthcheck command in next-image-transformation.yaml and service-templates.json

This commit is contained in:
Andras Bacsai
2024-03-06 10:58:08 +01:00
parent 365850d922
commit ba9cb88ca3
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# documentation: https://github.com/coollabsio/next-image-transformation
# slogan: Self-hosted Next.js Image Transformation Service
# slogan: Drop-in replacement for Vercel's Nextjs image optimization service.
# tags: nextjs,image,transformation,service
services:
@@ -22,7 +22,7 @@ services:
- IMGPROXY_JPEG_PROGRESSIVE=true
- IMGPROXY_USE_ETAG=true
healthcheck:
test: [ "CMD", "imgproxy", "health" ]
test: ["CMD", "imgproxy", "health"]
interval: 2s
timeout: 10s
retries: 5