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 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;