Simplified frontend ebv var injection

This commit is contained in:
2026-06-20 21:10:36 +02:00
parent b90103f503
commit c2204a345e
+1 -4
View File
@@ -36,10 +36,7 @@ services:
networks:
- penpot-net
environment:
# Explicit individual mapping expansions clear the parsing pipeline
<< : *penpot-flags
<< : *penpot-http-body-size
<< : *penpot-public-uri
<<: [*penpot-flags, *penpot-http-body-size, *penpot-public-uri]
penpot-backend:
image: "penpotapp/backend:${PENPOT_VERSION:-latest}"