Skip to content

Commit

Permalink
Bump to version 3.0.0-dev5
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Jun 24, 2024
1 parent 499cde9 commit 54e99e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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-dev5
container_name: caddy-proxy
restart: unless-stopped
extra_hosts:
Expand Down Expand Up @@ -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-dev5
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-dev5
restart: unless-stopped
container_name: openvidu
extra_hosts:
Expand Down Expand Up @@ -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-dev5-demo
container_name: openvidu-call
restart: on-failure
environment:
Expand Down
10 changes: 5 additions & 5 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-dev5
container_name: caddy-proxy
restart: unless-stopped
extra_hosts:
Expand Down Expand Up @@ -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-dev5
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-pro:main
image: docker.io/openvidu/openvidu-server-pro:3.0.0-dev5
restart: unless-stopped
container_name: openvidu
extra_hosts:
Expand Down Expand Up @@ -146,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-dev5-demo
container_name: openvidu-call
restart: on-failure
environment:
Expand All @@ -172,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-dev5
restart: unless-stopped
container_name: openvidu-v2compatibility
entrypoint: /bin/sh /scripts/entrypoint.sh
Expand Down

0 comments on commit 54e99e1

Please sign in to comment.