mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
⬆️ Update versions on default docker compose file
This commit is contained in:
@@ -54,7 +54,7 @@ services:
|
|||||||
- penpot
|
- penpot
|
||||||
|
|
||||||
penpot-postgres:
|
penpot-postgres:
|
||||||
image: "postgres:13"
|
image: "postgres:14"
|
||||||
restart: always
|
restart: always
|
||||||
stop_signal: SIGINT
|
stop_signal: SIGINT
|
||||||
|
|
||||||
@@ -71,7 +71,7 @@ services:
|
|||||||
- penpot
|
- penpot
|
||||||
|
|
||||||
penpot-redis:
|
penpot-redis:
|
||||||
image: redis:6
|
image: redis:7
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- penpot
|
- penpot
|
||||||
|
|||||||
Reference in New Issue
Block a user