mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 07:28:33 +02:00
🐳 Use the same PENPOT_VERSION envvar for all penpot services
This commit is contained in:
parent
c42598d0c6
commit
a3381b4880
2 changed files with 14 additions and 3 deletions
|
@ -72,7 +72,7 @@ services:
|
|||
# - "443:443"
|
||||
|
||||
penpot-frontend:
|
||||
image: "penpotapp/frontend:latest"
|
||||
image: "penpotapp/frontend:${PENPOT_VERSION:-latest}"
|
||||
restart: always
|
||||
ports:
|
||||
- 9001:8080
|
||||
|
@ -115,7 +115,7 @@ services:
|
|||
<< : [*penpot-flags, *penpot-http-body-size]
|
||||
|
||||
penpot-backend:
|
||||
image: "penpotapp/backend:latest"
|
||||
image: "penpotapp/backend:${PENPOT_VERSION:-latest}"
|
||||
restart: always
|
||||
|
||||
volumes:
|
||||
|
@ -205,7 +205,7 @@ services:
|
|||
PENPOT_SMTP_SSL: false
|
||||
|
||||
penpot-exporter:
|
||||
image: "penpotapp/exporter:latest"
|
||||
image: "penpotapp/exporter:${PENPOT_VERSION:-latest}"
|
||||
restart: always
|
||||
|
||||
depends_on:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue