mirror of
https://github.com/penpot/penpot.git
synced 2026-09-07 12:40:12 +00:00
🐳 Pin minor version in docker-compose.yaml
This commit is contained in:
parent
382efe3449
commit
d4dade2c3e
@ -78,7 +78,7 @@ services:
|
|||||||
# - "443:443"
|
# - "443:443"
|
||||||
|
|
||||||
penpot-frontend:
|
penpot-frontend:
|
||||||
image: "penpotapp/frontend:${PENPOT_VERSION:-latest}"
|
image: "penpotapp/frontend:${PENPOT_VERSION:-2.15}"
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 9001:8080
|
- 9001:8080
|
||||||
@ -108,7 +108,7 @@ services:
|
|||||||
<< : [*penpot-flags, *penpot-http-body-size, *penpot-public-uri]
|
<< : [*penpot-flags, *penpot-http-body-size, *penpot-public-uri]
|
||||||
|
|
||||||
penpot-backend:
|
penpot-backend:
|
||||||
image: "penpotapp/backend:${PENPOT_VERSION:-latest}"
|
image: "penpotapp/backend:${PENPOT_VERSION:-2.15}"
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
@ -177,13 +177,13 @@ services:
|
|||||||
PENPOT_SMTP_SSL: false
|
PENPOT_SMTP_SSL: false
|
||||||
|
|
||||||
penpot-mcp:
|
penpot-mcp:
|
||||||
image: "penpotapp/mcp:${PENPOT_VERSION:-latest}"
|
image: "penpotapp/mcp:${PENPOT_VERSION:-2.15}"
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- penpot
|
- penpot
|
||||||
|
|
||||||
penpot-exporter:
|
penpot-exporter:
|
||||||
image: "penpotapp/exporter:${PENPOT_VERSION:-latest}"
|
image: "penpotapp/exporter:${PENPOT_VERSION:-2.15}"
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user