upgrade kurento & redis images

This commit is contained in:
chandi 2021-04-10 11:48:01 +02:00
parent 16777f3bb8
commit 2de534b83b

View File

@ -147,7 +147,7 @@ services:
ipv4_address: 10.7.7.4 ipv4_address: 10.7.7.4
redis: redis:
image: redis:6.0-alpine image: redis:6.2-alpine
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:
test: ["CMD", "redis-cli", "ping"] test: ["CMD", "redis-cli", "ping"]
@ -175,7 +175,7 @@ services:
ipv4_address: 10.7.7.6 ipv4_address: 10.7.7.6
kurento: kurento:
image: kurento/kurento-media-server:6.15 image: kurento/kurento-media-server:6.16
restart: unless-stopped restart: unless-stopped
environment: environment:
KMS_STUN_IP: ${STUN_IP} KMS_STUN_IP: ${STUN_IP}