fix: added healthcheck for gotenberg template
This commit is contained in:
@@ -23,3 +23,8 @@ services:
|
|||||||
#"--chromium-auto-start"
|
#"--chromium-auto-start"
|
||||||
]
|
]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "curl", "-f", "http://127.0.0.1:3000/version"]
|
||||||
|
interval: 5s
|
||||||
|
timeout: 20s
|
||||||
|
retries: 10
|
||||||
|
Reference in New Issue
Block a user