From 2308773361b55365d249f4a14750531d383f28d0 Mon Sep 17 00:00:00 2001 From: cruizba Date: Tue, 30 Apr 2024 11:56:30 +0200 Subject: [PATCH] Revert "Bump to 3.0.0-dev2" This reverts commit 831452f04f3d2eba0caf842bbd2c76318a0008ab. --- community/docker-compose.yaml | 8 ++++---- pro/docker-compose.yaml | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/community/docker-compose.yaml b/community/docker-compose.yaml index 1fdaba7..335167a 100644 --- a/community/docker-compose.yaml +++ b/community/docker-compose.yaml @@ -1,6 +1,6 @@ services: caddy-proxy: - image: docker.io/wcm65pck/openvidu-caddy-local:3.0.0-dev2 + image: docker.io/wcm65pck/openvidu-caddy-local:main container_name: caddy-proxy restart: unless-stopped extra_hosts: @@ -79,7 +79,7 @@ services: condition: service_completed_successfully dashboard: - image: docker.io/wcm65pck/openvidu-dashboard:3.0.0-dev2 + image: docker.io/wcm65pck/openvidu-dashboard:main container_name: dashboard restart: unless-stopped environment: @@ -92,7 +92,7 @@ services: condition: service_completed_successfully openvidu: - image: docker.io/wcm65pck/openvidu-livekit:3.0.0-dev2 + image: docker.io/wcm65pck/openvidu-livekit:main restart: unless-stopped container_name: openvidu extra_hosts: @@ -144,7 +144,7 @@ services: condition: service_completed_successfully default-app: - image: docker.io/wcm65pck/openvidu-call-demo:3.0.0-dev2 + image: docker.io/wcm65pck/openvidu-call-demo:main container_name: openvidu-call restart: on-failure environment: diff --git a/pro/docker-compose.yaml b/pro/docker-compose.yaml index 109f687..93cbd5a 100644 --- a/pro/docker-compose.yaml +++ b/pro/docker-compose.yaml @@ -1,6 +1,6 @@ services: caddy-proxy: - image: docker.io/wcm65pck/openvidu-caddy-local:3.0.0-dev2 + image: docker.io/wcm65pck/openvidu-caddy-local:main container_name: caddy-proxy restart: unless-stopped extra_hosts: @@ -80,7 +80,7 @@ services: condition: service_completed_successfully dashboard: - image: docker.io/wcm65pck/openvidu-dashboard:3.0.0-dev2 + image: docker.io/wcm65pck/openvidu-dashboard:main container_name: dashboard restart: unless-stopped environment: @@ -93,7 +93,7 @@ services: condition: service_completed_successfully openvidu: - image: docker.io/wcm65pck/openvidu-pro-livekit:3.0.0-dev2 + image: docker.io/wcm65pck/openvidu-pro-livekit:main restart: unless-stopped container_name: openvidu extra_hosts: @@ -147,7 +147,7 @@ services: condition: service_completed_successfully default-app: - image: docker.io/wcm65pck/openvidu-call-demo:3.0.0-dev2 + image: docker.io/wcm65pck/openvidu-call-demo:main container_name: openvidu-call restart: on-failure environment: @@ -173,7 +173,7 @@ services: condition: service_completed_successfully openvidu-v2compatibility: - image: docker.io/wcm65pck/openvidu-v2compatibility:3.0.0-dev2 + image: docker.io/wcm65pck/openvidu-v2compatibility:main restart: unless-stopped container_name: openvidu-v2compatibility entrypoint: /bin/sh /scripts/entrypoint.sh