Skip to content

Commit

Permalink
Merge pull request #6 from OpenVidu/development
Browse files Browse the repository at this point in the history
3.1.0 merge
  • Loading branch information
cruizba authored Feb 17, 2025
2 parents b4abde4 + 5014420 commit 1a91afb
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 40 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:3.0.0
image: docker.io/openvidu/openvidu-caddy-local:3.1.0
platform: linux/amd64
container_name: caddy-proxy
restart: unless-stopped
Expand Down Expand Up @@ -29,7 +29,7 @@ services:
condition: service_completed_successfully

redis:
image: docker.io/redis:7.4.1-alpine
image: docker.io/redis:7.4.2-alpine
platform: linux/amd64
container_name: redis
restart: unless-stopped
Expand All @@ -46,7 +46,7 @@ services:
condition: service_completed_successfully

minio:
image: docker.io/bitnami/minio:2024.10.13-debian-12-r1
image: docker.io/bitnami/minio:2025.2.7-debian-12-r0
platform: linux/amd64
container_name: minio
restart: unless-stopped
Expand All @@ -66,7 +66,7 @@ services:
condition: service_completed_successfully

mongo:
image: docker.io/bitnami/mongodb:7.0.15
image: docker.io/bitnami/mongodb:8.0.4
platform: linux/amd64
container_name: mongo
restart: unless-stopped
Expand All @@ -87,7 +87,7 @@ services:
condition: service_completed_successfully

dashboard:
image: docker.io/openvidu/openvidu-dashboard:3.0.0
image: docker.io/openvidu/openvidu-dashboard:3.1.0
platform: linux/amd64
container_name: dashboard
restart: unless-stopped
Expand All @@ -101,7 +101,7 @@ services:
condition: service_completed_successfully

openvidu:
image: docker.io/openvidu/openvidu-server:3.0.0
image: docker.io/openvidu/openvidu-server:3.1.0
platform: linux/amd64
restart: unless-stopped
container_name: openvidu
Expand All @@ -123,7 +123,7 @@ services:
condition: service_completed_successfully

ingress:
image: docker.io/livekit/ingress:v1.4.2
image: docker.io/openvidu/ingress:3.1.0
platform: linux/amd64
container_name: ingress
restart: unless-stopped
Expand All @@ -140,7 +140,7 @@ services:
condition: service_completed_successfully

egress:
image: docker.io/livekit/egress:v1.8.4
image: docker.io/livekit/egress:v1.9.0
platform: linux/amd64
restart: unless-stopped
container_name: egress
Expand All @@ -150,13 +150,13 @@ services:
- EGRESS_CONFIG_FILE=/etc/egress.yaml
volumes:
- ./egress.yaml:/etc/egress.yaml
- egress-data:/home/egress
- egress-data:/home/egress/tmp
depends_on:
setup:
condition: service_completed_successfully

default-app:
image: docker.io/openvidu/openvidu-call:3.0.0-demo
image: docker.io/openvidu/openvidu-call:3.1.0-demo
platform: linux/amd64
container_name: openvidu-call
restart: on-failure
Expand Down Expand Up @@ -192,7 +192,7 @@ services:
condition: service_completed_successfully

ready-check:
image: docker.io/curlimages/curl:8.11.0
image: docker.io/curlimages/curl:8.12.0
platform: linux/amd64
container_name: ready-check
restart: on-failure
Expand Down
20 changes: 11 additions & 9 deletions community/egress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@ ws_url: ws://openvidu:7880
health_port: 9091

# Files will be moved here when uploads fail.
backup_storage: /home/egress/backup_storage
backup:
prefix: /home/egress/backup_storage

# Storage for recordings.
s3:
access_key: minioadmin
secret: minioadmin
# Default region for minio
region: us-east-1
endpoint: http://minio:9000
bucket: openvidu
force_path_style: true
storage:
s3:
access_key: minioadmin
secret: minioadmin
# Default region for minio
region: us-east-1
endpoint: http://minio:9000
bucket: openvidu
force_path_style: true

# CPU cost for each type of Egress operation.
# Defaults are set for unlimited operations.
Expand Down
22 changes: 11 additions & 11 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:3.0.0
image: docker.io/openvidu/openvidu-caddy-local:3.1.0
platform: linux/amd64
container_name: caddy-proxy
restart: unless-stopped
Expand Down Expand Up @@ -30,7 +30,7 @@ services:
condition: service_completed_successfully

redis:
image: docker.io/redis:7.4.1-alpine
image: docker.io/redis:7.4.2-alpine
platform: linux/amd64
container_name: redis
restart: unless-stopped
Expand All @@ -47,7 +47,7 @@ services:
condition: service_completed_successfully

minio:
image: docker.io/bitnami/minio:2024.10.13-debian-12-r1
image: docker.io/bitnami/minio:2025.2.7-debian-12-r0
platform: linux/amd64
restart: unless-stopped
ports:
Expand All @@ -66,7 +66,7 @@ services:
condition: service_completed_successfully

mongo:
image: docker.io/bitnami/mongodb:7.0.15
image: docker.io/bitnami/mongodb:8.0.4
platform: linux/amd64
container_name: mongo
restart: unless-stopped
Expand All @@ -87,7 +87,7 @@ services:
condition: service_completed_successfully

dashboard:
image: docker.io/openvidu/openvidu-dashboard:3.0.0
image: docker.io/openvidu/openvidu-dashboard:3.1.0
platform: linux/amd64
container_name: dashboard
restart: unless-stopped
Expand All @@ -101,7 +101,7 @@ services:
condition: service_completed_successfully

openvidu:
image: docker.io/openvidu/openvidu-server-pro:3.0.0
image: docker.io/openvidu/openvidu-server-pro:3.1.0
platform: linux/amd64
restart: unless-stopped
container_name: openvidu
Expand All @@ -125,7 +125,7 @@ services:
condition: service_completed_successfully

ingress:
image: docker.io/livekit/ingress:v1.4.2
image: docker.io/openvidu/ingress:3.1.0
platform: linux/amd64
container_name: ingress
restart: unless-stopped
Expand All @@ -142,7 +142,7 @@ services:
condition: service_completed_successfully

egress:
image: docker.io/livekit/egress:v1.8.4
image: docker.io/livekit/egress:v1.9.0
platform: linux/amd64
restart: unless-stopped
container_name: egress
Expand All @@ -158,7 +158,7 @@ services:
condition: service_completed_successfully

default-app:
image: docker.io/openvidu/openvidu-call:3.0.0-demo
image: docker.io/openvidu/openvidu-call:3.1.0-demo
platform: linux/amd64
container_name: openvidu-call
restart: on-failure
Expand Down Expand Up @@ -194,7 +194,7 @@ services:
condition: service_completed_successfully

openvidu-v2compatibility:
image: docker.io/openvidu/openvidu-v2compatibility:3.0.0
image: docker.io/openvidu/openvidu-v2compatibility:3.1.0
platform: linux/amd64
restart: unless-stopped
container_name: openvidu-v2compatibility
Expand Down Expand Up @@ -236,7 +236,7 @@ services:
condition: service_completed_successfully

ready-check:
image: docker.io/curlimages/curl:8.11.0
image: docker.io/curlimages/curl:8.12.0
platform: linux/amd64
container_name: ready-check
restart: on-failure
Expand Down
20 changes: 11 additions & 9 deletions pro/egress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@ ws_url: ws://openvidu:7880
health_port: 9091

# Files will be moved here when uploads fail.
backup_storage: /home/egress/backup_storage
backup:
prefix: /home/egress/backup_storage

# Storage for recordings.
s3:
access_key: minioadmin
secret: minioadmin
# Default region for minio
region: us-east-1
endpoint: http://minio:9000
bucket: openvidu
force_path_style: true
storage:
s3:
access_key: minioadmin
secret: minioadmin
# Default region for minio
region: us-east-1
endpoint: http://minio:9000
bucket: openvidu
force_path_style: true

# CPU cost for each type of Egress operation.
# Defaults are set for unlimited operations.
Expand Down

0 comments on commit 1a91afb

Please sign in to comment.