fix(blueprint): disable healthcheck logging for gotenberg (#186)

This commit is contained in:
Khiet Tam Nguyen
2025-06-20 14:40:15 +10:00
committed by GitHub
parent 20748026ab
commit 1d388036d5

View File

@@ -6,13 +6,13 @@ services:
# make sure to also change the credentials in Dokploy environment
GOTENBERG_API_BASIC_AUTH_USERNAME: ${GOTENBERG_API_BASIC_AUTH_USERNAME}
GOTENBERG_API_BASIC_AUTH_PASSWORD: ${GOTENBERG_API_BASIC_AUTH_PASSWORD}
command: [
"gotenberg",
command:
- gotenberg
# See the full list of options at https://gotenberg.dev/docs/configuration
# Examples:
"--api-enable-basic-auth"
#"--api-timeout=60s",
#"--chromium-auto-start"
]
restart: unless-stopped
# - --api-timeout=60s
# - --chromium-auto-start
- --api-enable-basic-auth
- --api-disable-health-check-logging
restart: unless-stopped