[docker] Update example docker-compose.yml

This commit is contained in:
Laura Hausmann 2024-07-16 17:16:18 +02:00
parent 5b85853f8f
commit 02040d934f
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -28,7 +28,7 @@ services:
redis:
restart: unless-stopped
image: docker.io/redis:7.0-alpine
image: docker.io/valkey/valkey:7-alpine
container_name: iceshrimp_redis
networks:
- ishnet
@ -37,7 +37,7 @@ services:
db:
restart: unless-stopped
image: docker.io/postgres:12.2-alpine
image: docker.io/postgres:16-alpine
container_name: iceshrimp_db
networks:
- ishnet