From 2a6bafb54bbc749f70a5384a8d5d0e2816d482e6 Mon Sep 17 00:00:00 2001 From: Chetra Chann Date: Wed, 7 May 2025 14:15:02 +0700 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrate=20Penpot=20to=202.?= =?UTF-8?q?6.1=20(#104)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blueprints/penpot/docker-compose.yml | 6 +++--- blueprints/penpot/template.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/blueprints/penpot/docker-compose.yml b/blueprints/penpot/docker-compose.yml index 3e0efe9..ba238bd 100644 --- a/blueprints/penpot/docker-compose.yml +++ b/blueprints/penpot/docker-compose.yml @@ -33,7 +33,7 @@ volumes: services: penpot-frontend: - image: "penpotapp/frontend:2.3.2" + image: "penpotapp/frontend:2.6.1" restart: always ports: - 8080 @@ -52,7 +52,7 @@ services: PENPOT_FLAGS: disable-email-verification enable-smtp enable-prepl-server disable-secure-session-cookies penpot-backend: - image: "penpotapp/backend:2.3.2" + image: "penpotapp/backend:2.6.1" restart: always volumes: @@ -139,7 +139,7 @@ services: PENPOT_SMTP_SSL: false penpot-exporter: - image: "penpotapp/exporter:2.3.2" + image: "penpotapp/exporter:2.6.1" restart: always diff --git a/blueprints/penpot/template.toml b/blueprints/penpot/template.toml index 84711b0..a1c10c3 100644 --- a/blueprints/penpot/template.toml +++ b/blueprints/penpot/template.toml @@ -6,7 +6,7 @@ mounts = [] [[config.domains]] serviceName = "penpot-frontend" -port = 80 +port = 8080 host = "${main_domain}" [config.env]