Docker images point to main

This commit is contained in:
cruizba 2024-04-11 14:50:27 +02:00
parent 825bf6900f
commit dcead74572
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
services:
default-app:
image: docker.io/wcm65pck/openvidu-call-demo:3.0.0-dev1
image: docker.io/wcm65pck/openvidu-call-demo:main
container_name: openvidu-call
restart: on-failure
environment:

View File

@ -1,7 +1,7 @@
services:
caddy-proxy:
image: docker.io/wcm65pck/openvidu-caddy-local:3.0.0-dev1
image: docker.io/wcm65pck/openvidu-caddy-local:main
container_name: caddy-proxy
restart: unless-stopped
extra_hosts:
@ -81,7 +81,7 @@ services:
condition: service_completed_successfully
dashboard:
image: docker.io/wcm65pck/openvidu-dashboard:3.0.0-dev1
image: docker.io/wcm65pck/openvidu-dashboard:main
container_name: dashboard
restart: unless-stopped
environment:
@ -94,7 +94,7 @@ services:
condition: service_completed_successfully
openvidu:
image: docker.io/wcm65pck/openvidu-livekit:3.0.0-dev1
image: docker.io/wcm65pck/openvidu-livekit:main
restart: unless-stopped
container_name: openvidu
extra_hosts:
@ -146,7 +146,7 @@ services:
condition: service_completed_successfully
openvidu-v2compatibility:
image: docker.io/wcm65pck/openvidu-v2compatibility:3.0.0-dev1
image: docker.io/wcm65pck/openvidu-v2compatibility:main
restart: unless-stopped
container_name: openvidu-v2compatibility
entrypoint: /bin/sh /scripts/entrypoint.sh