feat(build): add default configuration for Cloud Run variant

This commit is contained in:
Julien Neuhart
2025-08-14 20:46:43 +02:00
parent d371ae8ceb
commit e86d38c52c

View File

@@ -11,4 +11,12 @@ USER root
# See https://github.com/gotenberg/gotenberg/issues/90#issuecomment-543551353. # See https://github.com/gotenberg/gotenberg/issues/90#issuecomment-543551353.
RUN chown gotenberg: /usr/bin/tini RUN chown gotenberg: /usr/bin/tini
# Gotenberg.
ENV API_PORT_FROM_ENV=PORT
ENV CHROMIUM_AUTO_START=true
ENV LIBREOFFICE_AUTO_START=true
ENV WEBHOOK_ENABLE_SYNC_MODE=true
ENV GOTENBERG_BUILD_DEBUG_DATA=false
ENV LOG_ENABLE_GCP_FIELDS=true
USER gotenberg USER gotenberg