0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-03 04:49:03 -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" # - "8080:8080"
postgres: postgres:
image: postgres:13 image: postgres:15
command: postgres -c config_file=/etc/postgresql.conf command: postgres -c config_file=/etc/postgresql.conf
restart: always restart: always
stop_signal: SIGINT stop_signal: SIGINT
@ -112,7 +112,7 @@ services:
- postgres_data:/var/lib/postgresql/data - postgres_data:/var/lib/postgresql/data
redis: redis:
image: redis:5.0.7 image: redis:7
hostname: "penpot-devenv-redis" hostname: "penpot-devenv-redis"
container_name: "penpot-devenv-redis" container_name: "penpot-devenv-redis"
restart: always restart: always