1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Upgrade docker postgresql and redis versions

This commit is contained in:
Chocobozzz 2025-09-15 08:39:41 +02:00
parent 729a58a860
commit 496b50f6b1
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -69,7 +69,7 @@ services:
restart: "always"
postgres:
image: postgres:13-alpine
image: postgres:17-alpine
env_file:
- .env
volumes:
@ -77,7 +77,7 @@ services:
restart: "always"
redis:
image: redis:6-alpine
image: redis:8-alpine
volumes:
- ./docker-volume/redis:/data
restart: "always"