Skip to content

Commit

Permalink
Update docker images to 3.0.0-dev4
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Jun 24, 2024
1 parent a04cc8f commit 59db062
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 24 deletions.
22 changes: 11 additions & 11 deletions community/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
caddy-proxy:
image: docker.io/openvidu/openvidu-caddy-local:main
image: docker.io/openvidu/openvidu-caddy-local:3.0.0-dev4
container_name: caddy-proxy
restart: unless-stopped
extra_hosts:
Expand Down Expand Up @@ -28,7 +28,7 @@ services:
condition: service_completed_successfully

redis:
image: redis:7.2.4-alpine
image: docker.io/redis:7.2.5-alpine
container_name: redis
restart: unless-stopped
ports:
Expand All @@ -44,7 +44,7 @@ services:
condition: service_completed_successfully

minio:
image: bitnami/minio:2024.3.15-debian-12-r0
image: docker.io/bitnami/minio:2024.6.13
container_name: minio
restart: unless-stopped
ports:
Expand All @@ -63,7 +63,7 @@ services:
condition: service_completed_successfully

mongo:
image: bitnami/mongodb:7.0.6-debian-12-r0
image: docker.io/bitnami/mongodb:7.0.11
container_name: mongo
restart: unless-stopped
ports:
Expand All @@ -79,7 +79,7 @@ services:
condition: service_completed_successfully

dashboard:
image: docker.io/openvidu/openvidu-dashboard:main
image: docker.io/openvidu/openvidu-dashboard:3.0.0-dev4
container_name: dashboard
restart: unless-stopped
environment:
Expand All @@ -92,7 +92,7 @@ services:
condition: service_completed_successfully

openvidu:
image: docker.io/openvidu/openvidu-server:main
image: docker.io/openvidu/openvidu-server:3.0.0-dev4
restart: unless-stopped
container_name: openvidu
extra_hosts:
Expand All @@ -113,7 +113,7 @@ services:
condition: service_completed_successfully

ingress:
image: livekit/ingress:v1.2.0
image: docker.io/livekit/ingress:v1.2.0
container_name: ingress
restart: unless-stopped
ports:
Expand All @@ -129,7 +129,7 @@ services:
condition: service_completed_successfully

egress:
image: livekit/egress:v1.8.2
image: docker.io/livekit/egress:v1.8.2
restart: unless-stopped
container_name: egress
extra_hosts:
Expand All @@ -144,7 +144,7 @@ services:
condition: service_completed_successfully

default-app:
image: docker.io/openvidu/openvidu-call:main-demo
image: docker.io/openvidu/openvidu-call:3.0.0-dev4-demo
container_name: openvidu-call
restart: on-failure
environment:
Expand All @@ -170,7 +170,7 @@ services:
condition: service_completed_successfully

ready-check:
image: curlimages/curl:8.6.0
image: docker.io/curlimages/curl:8.6.0
container_name: ready-check
restart: on-failure
environment:
Expand All @@ -197,7 +197,7 @@ services:
command: /bin/sh /scripts/ready-check.sh

setup:
image: busybox
image: docker.io/busybox:1.36.1
container_name: setup
restart: "no"
volumes:
Expand Down
25 changes: 12 additions & 13 deletions pro/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
caddy-proxy:
image: docker.io/openvidu/openvidu-caddy-local:main
image: docker.io/openvidu/openvidu-caddy-local:3.0.0-dev4
container_name: caddy-proxy
restart: unless-stopped
extra_hosts:
Expand Down Expand Up @@ -29,7 +29,7 @@ services:
condition: service_completed_successfully

redis:
image: redis:7.2.4-alpine
image: docker.io/redis:7.2.5-alpine
container_name: redis
restart: unless-stopped
ports:
Expand All @@ -45,8 +45,7 @@ services:
condition: service_completed_successfully

minio:
image: bitnami/minio:2024.3.15-debian-12-r0
container_name: minio
image: docker.io/bitnami/minio:2024.6.13
restart: unless-stopped
ports:
- 9000:9000
Expand All @@ -64,7 +63,7 @@ services:
condition: service_completed_successfully

mongo:
image: bitnami/mongodb:7.0.6-debian-12-r0
image: docker.io/bitnami/mongodb:7.0.11
container_name: mongo
restart: unless-stopped
ports:
Expand All @@ -80,7 +79,7 @@ services:
condition: service_completed_successfully

dashboard:
image: docker.io/openvidu/openvidu-dashboard:main
image: docker.io/openvidu/openvidu-dashboard:3.0.0-dev4
container_name: dashboard
restart: unless-stopped
environment:
Expand All @@ -93,7 +92,7 @@ services:
condition: service_completed_successfully

openvidu:
image: docker.io/openvidu/openvidu-server-pro:main
image: docker.io/openvidu/openvidu-server-pro:3.0.0-dev4
restart: unless-stopped
container_name: openvidu
extra_hosts:
Expand All @@ -116,7 +115,7 @@ services:
condition: service_completed_successfully

ingress:
image: livekit/ingress:v1.2.0
image: docker.io/livekit/ingress:v1.2.0
container_name: ingress
restart: unless-stopped
ports:
Expand All @@ -132,7 +131,7 @@ services:
condition: service_completed_successfully

egress:
image: livekit/egress:v1.8.2
image: docker.io/livekit/egress:v1.8.2
restart: unless-stopped
container_name: egress
extra_hosts:
Expand All @@ -147,7 +146,7 @@ services:
condition: service_completed_successfully

default-app:
image: docker.io/openvidu/openvidu-call:main-demo
image: docker.io/openvidu/openvidu-call:3.0.0-dev4-demo
container_name: openvidu-call
restart: on-failure
environment:
Expand All @@ -173,7 +172,7 @@ services:
condition: service_completed_successfully

openvidu-v2compatibility:
image: docker.io/openvidu/openvidu-v2compatibility:main
image: docker.io/openvidu/openvidu-v2compatibility:3.0.0-dev4
restart: unless-stopped
container_name: openvidu-v2compatibility
entrypoint: /bin/sh /scripts/entrypoint.sh
Expand Down Expand Up @@ -211,7 +210,7 @@ services:
condition: service_completed_successfully

ready-check:
image: curlimages/curl:8.6.0
image: docker.io/curlimages/curl:8.6.0
container_name: ready-check
restart: on-failure
environment:
Expand Down Expand Up @@ -239,7 +238,7 @@ services:
command: /bin/sh /scripts/ready-check.sh

setup:
image: busybox
image: docker.io/busybox:1.36.1
container_name: setup
restart: "no"
volumes:
Expand Down

0 comments on commit 59db062

Please sign in to comment.