Updated frontend env var injection
This commit is contained in:
@@ -26,7 +26,7 @@ services:
|
|||||||
image: "penpotapp/frontend:${PENPOT_VERSION:-latest}"
|
image: "penpotapp/frontend:${PENPOT_VERSION:-latest}"
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "8084:80" # Binds your port 8084 layout mapping to Penpot frontend
|
- "8084:80"
|
||||||
volumes:
|
volumes:
|
||||||
- penpot_assets:/opt/data/assets
|
- penpot_assets:/opt/data/assets
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -36,7 +36,10 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- penpot-net
|
- penpot-net
|
||||||
environment:
|
environment:
|
||||||
<< : [*penpot-flags, *penpot-http-body-size, *penpot-public-uri]
|
# Explicit individual mapping expansions clear the parsing pipeline
|
||||||
|
<< : *penpot-flags
|
||||||
|
<< : *penpot-http-body-size
|
||||||
|
<< : *penpot-public-uri
|
||||||
|
|
||||||
penpot-backend:
|
penpot-backend:
|
||||||
image: "penpotapp/backend:${PENPOT_VERSION:-latest}"
|
image: "penpotapp/backend:${PENPOT_VERSION:-latest}"
|
||||||
|
|||||||
Reference in New Issue
Block a user