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:
parent
fbd042d4ee
commit
c72be4ae2a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue