mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
⬆️ Upgrate Penpot to 2.6.1 (#104)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ mounts = []
|
||||
|
||||
[[config.domains]]
|
||||
serviceName = "penpot-frontend"
|
||||
port = 80
|
||||
port = 8080
|
||||
host = "${main_domain}"
|
||||
|
||||
[config.env]
|
||||
|
||||
Reference in New Issue
Block a user