mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 09:28:26 +02:00
⬆️ Pin redis@7.2 in docker-compose
It's the latest open source version
This commit is contained in:
parent
c2ba7cdbc7
commit
aa7cbc9f08
2 changed files with 3 additions and 3 deletions
|
@ -101,7 +101,7 @@ services:
|
||||||
- postgres_data_pg16:/var/lib/postgresql/data
|
- postgres_data_pg16:/var/lib/postgresql/data
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:7
|
image: redis:7.2
|
||||||
hostname: "penpot-devenv-redis"
|
hostname: "penpot-devenv-redis"
|
||||||
container_name: "penpot-devenv-redis"
|
container_name: "penpot-devenv-redis"
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -128,4 +128,4 @@ services:
|
||||||
ulimits:
|
ulimits:
|
||||||
nofile:
|
nofile:
|
||||||
soft: "1024"
|
soft: "1024"
|
||||||
hard: "1024"
|
hard: "1024"
|
||||||
|
|
|
@ -224,7 +224,7 @@ services:
|
||||||
- POSTGRES_PASSWORD=penpot
|
- POSTGRES_PASSWORD=penpot
|
||||||
|
|
||||||
penpot-redis:
|
penpot-redis:
|
||||||
image: redis:7
|
image: redis:7.2
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- penpot
|
- penpot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue