mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
Merge pull request #5202 from penpot/yms-pin-latest-open-source-redis-version
⬆️ Pin redis@7.2 in docker-compose, as it's the latest open source version
This commit is contained in:
commit
d7caf5ed1a
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue