From 0045bbd785319423a73e18fdb2330b783b4652f9 Mon Sep 17 00:00:00 2001 From: Phuc Vinh Le Date: Fri, 23 Jan 2026 07:12:46 +1100 Subject: [PATCH 1/2] fix: remove gotenberg reference in compose.yml file --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index ae08af578..c0f627f1d 100644 --- a/compose.yml +++ b/compose.yml @@ -100,7 +100,7 @@ services: depends_on: postgres: condition: service_healthy - gotenberg: + browserless: condition: service_healthy seaweedfs-create-bucket: condition: service_completed_successfully From 0b61ddda2d521b243dec2716c28c2d085ef7cd85 Mon Sep 17 00:00:00 2001 From: Phuc Vinh Le Date: Fri, 23 Jan 2026 07:18:49 +1100 Subject: [PATCH 2/2] chore: remove Goternberg references in Vite env file --- src/vite-env.d.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/vite-env.d.ts b/src/vite-env.d.ts index 8a93ff4c0..caa84ddd5 100644 --- a/src/vite-env.d.ts +++ b/src/vite-env.d.ts @@ -13,11 +13,6 @@ declare namespace NodeJS { APP_URL: string; PRINTER_APP_URL?: string; - // Printer - GOTENBERG_ENDPOINT: string; - GOTENBERG_USERNAME?: string; - GOTENBERG_PASSWORD?: string; - // Authentication AUTH_SECRET: string;