mirror of
https://github.com/penpot/penpot.git
synced 2025-03-10 14:51:37 -05:00
📎 Replace develop with latest in default compose file.
This commit is contained in:
parent
8b9371d7e1
commit
f2fd976934
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ volumes:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
penpot-frontend:
|
penpot-frontend:
|
||||||
image: "penpotapp/frontend:develop"
|
image: "penpotapp/frontend:latest"
|
||||||
ports:
|
ports:
|
||||||
- 9001:80
|
- 9001:80
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ services:
|
||||||
- penpot
|
- penpot
|
||||||
|
|
||||||
penpot-backend:
|
penpot-backend:
|
||||||
image: "penpotapp/backend:develop"
|
image: "penpotapp/backend:latest"
|
||||||
volumes:
|
volumes:
|
||||||
- penpot_assets_data:/opt/data
|
- penpot_assets_data:/opt/data
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ services:
|
||||||
- penpot
|
- penpot
|
||||||
|
|
||||||
penpot-exporter:
|
penpot-exporter:
|
||||||
image: "penpotapp/exporter:develop"
|
image: "penpotapp/exporter:latest"
|
||||||
environment:
|
environment:
|
||||||
# Don't touch it; this uses internal docker network to
|
# Don't touch it; this uses internal docker network to
|
||||||
# communicate with the frontend.
|
# communicate with the frontend.
|
||||||
|
|
Loading…
Add table
Reference in a new issue