Change docker organization to 'openvidu'. Change images to 'openvidu-server' and 'openvidu-server-pro'
This commit is contained in:
parent
edfbfc4bd5
commit
a7a4f2a3e2
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user