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:
|
services:
|
||||||
|
|
||||||
penpot-frontend:
|
penpot-frontend:
|
||||||
image: "penpotapp/frontend:2.3.2"
|
image: "penpotapp/frontend:2.6.1"
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8080
|
- 8080
|
||||||
@@ -52,7 +52,7 @@ services:
|
|||||||
PENPOT_FLAGS: disable-email-verification enable-smtp enable-prepl-server disable-secure-session-cookies
|
PENPOT_FLAGS: disable-email-verification enable-smtp enable-prepl-server disable-secure-session-cookies
|
||||||
|
|
||||||
penpot-backend:
|
penpot-backend:
|
||||||
image: "penpotapp/backend:2.3.2"
|
image: "penpotapp/backend:2.6.1"
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
@@ -139,7 +139,7 @@ services:
|
|||||||
PENPOT_SMTP_SSL: false
|
PENPOT_SMTP_SSL: false
|
||||||
|
|
||||||
penpot-exporter:
|
penpot-exporter:
|
||||||
image: "penpotapp/exporter:2.3.2"
|
image: "penpotapp/exporter:2.6.1"
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ mounts = []
|
|||||||
|
|
||||||
[[config.domains]]
|
[[config.domains]]
|
||||||
serviceName = "penpot-frontend"
|
serviceName = "penpot-frontend"
|
||||||
port = 80
|
port = 8080
|
||||||
host = "${main_domain}"
|
host = "${main_domain}"
|
||||||
|
|
||||||
[config.env]
|
[config.env]
|
||||||
|
|||||||
Reference in New Issue
Block a user