From a7a4f2a3e2c391f104cdb048adc2821244b3480f Mon Sep 17 00:00:00 2001 From: cruizba Date: Fri, 21 Jun 2024 19:07:27 +0200 Subject: [PATCH] Change docker organization to 'openvidu'. Change images to 'openvidu-server' and 'openvidu-server-pro' --- 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 7103d79..b048181 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:main + image: docker.io/openvidu/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:main + image: docker.io/openvidu/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:main + image: docker.io/openvidu/openvidu-server: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:main + image: docker.io/openvidu/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 67a1e3f..3ca5408 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:main + image: docker.io/openvidu/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:main + image: docker.io/openvidu/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:main + image: docker.io/openvidu/openvidu-server-pro: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:main + image: docker.io/openvidu/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:main + image: docker.io/openvidu/openvidu-v2compatibility:main restart: unless-stopped container_name: openvidu-v2compatibility entrypoint: /bin/sh /scripts/entrypoint.sh