mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
⬆️ Pin redis@7.2 in docker-compose
It's the latest open source version
This commit is contained in:
@@ -101,7 +101,7 @@ services:
|
||||
- postgres_data_pg16:/var/lib/postgresql/data
|
||||
|
||||
redis:
|
||||
image: redis:7
|
||||
image: redis:7.2
|
||||
hostname: "penpot-devenv-redis"
|
||||
container_name: "penpot-devenv-redis"
|
||||
restart: always
|
||||
@@ -128,4 +128,4 @@ services:
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: "1024"
|
||||
hard: "1024"
|
||||
hard: "1024"
|
||||
|
||||
@@ -224,7 +224,7 @@ services:
|
||||
- POSTGRES_PASSWORD=penpot
|
||||
|
||||
penpot-redis:
|
||||
image: redis:7
|
||||
image: redis:7.2
|
||||
restart: always
|
||||
networks:
|
||||
- penpot
|
||||
|
||||
Reference in New Issue
Block a user