diff --git a/apps/dokploy/public/templates/outline.png b/apps/dokploy/public/templates/outline.png new file mode 100644 index 000000000..b241f01d7 Binary files /dev/null and b/apps/dokploy/public/templates/outline.png differ diff --git a/apps/dokploy/public/templates/outline.svg b/apps/dokploy/public/templates/outline.svg deleted file mode 100644 index 5dfa63d02..000000000 --- a/apps/dokploy/public/templates/outline.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/apps/dokploy/templates/outline/docker-compose.yml b/apps/dokploy/templates/outline/docker-compose.yml index 90ec6d975..aaf98ac0b 100644 --- a/apps/dokploy/templates/outline/docker-compose.yml +++ b/apps/dokploy/templates/outline/docker-compose.yml @@ -1,6 +1,6 @@ services: outline: - image: outlinewiki/outline:0.81.0 + image: outlinewiki/outline:0.82.0 restart: always depends_on: - postgres diff --git a/apps/dokploy/templates/templates.ts b/apps/dokploy/templates/templates.ts index f1900ec28..31668a6f9 100644 --- a/apps/dokploy/templates/templates.ts +++ b/apps/dokploy/templates/templates.ts @@ -20,7 +20,7 @@ export const templates: TemplateData[] = [ { id: "outline", name: "Outline", - version: "0.81.0", + version: "0.82.0", description: "Outline is a self-hosted knowledge base and documentation platform that allows you to build and manage your own knowledge base applications.", links: { @@ -28,7 +28,7 @@ export const templates: TemplateData[] = [ website: "https://outline.com/", docs: "https://docs.outline.com/", }, - logo: "outline.svg", + logo: "outline.png", load: () => import("./outline/index").then((m) => m.generate), tags: ["documentation", "knowledge-base", "self-hosted"], },