0
Fork 0
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:
Andrey Antukh 2022-11-18 08:08:18 +01:00 committed by Andrés Moya
parent fbd042d4ee
commit c72be4ae2a

View file

@ -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