fix: gotenberg

This commit is contained in:
peaklabs-dev
2025-01-14 15:02:49 +01:00
parent c9ec34e595
commit e56be3a676
2 changed files with 14 additions and 4 deletions

View File

@@ -9,20 +9,16 @@ services:
image: gotenberg/gotenberg:latest
environment:
- SERVICE_FQDN_GOTENBERG_3000
# NOTE: requires the --api-enable-basic-auth option in "command"
- GOTENBERG_API_BASIC_AUTH_USERNAME=${SERVICE_USER_GOTENBERG}
- GOTENBERG_API_BASIC_AUTH_PASSWORD=${SERVICE_PASSWORD_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
healthcheck:
test: ["CMD", "curl", "-f", "http://127.0.0.1:3000/version"]
interval: 5s