mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
⬆️ Update redis and postgresql on devenv docker
This commit is contained in:
parent
fbd042d4ee
commit
c72be4ae2a
1 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ services:
|
|||
# - "8080:8080"
|
||||
|
||||
postgres:
|
||||
image: postgres:13
|
||||
image: postgres:15
|
||||
command: postgres -c config_file=/etc/postgresql.conf
|
||||
restart: always
|
||||
stop_signal: SIGINT
|
||||
|
@ -112,7 +112,7 @@ services:
|
|||
- postgres_data:/var/lib/postgresql/data
|
||||
|
||||
redis:
|
||||
image: redis:5.0.7
|
||||
image: redis:7
|
||||
hostname: "penpot-devenv-redis"
|
||||
container_name: "penpot-devenv-redis"
|
||||
restart: always
|
||||
|
|
Loading…
Reference in a new issue