mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Upgrade docker postgresql and redis versions
This commit is contained in:
parent
729a58a860
commit
496b50f6b1
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ services:
|
||||||
restart: "always"
|
restart: "always"
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:13-alpine
|
image: postgres:17-alpine
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -77,7 +77,7 @@ services:
|
||||||
restart: "always"
|
restart: "always"
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:6-alpine
|
image: redis:8-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker-volume/redis:/data
|
- ./docker-volume/redis:/data
|
||||||
restart: "always"
|
restart: "always"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue