mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: local-meet - Rename ready-check service to openvidu-meet-init and update dependencies in docker-compose files
parent
fdbb9dd87b
commit
6fd6fc241c
|
@ -226,10 +226,10 @@ services:
|
|||
setup:
|
||||
condition: service_completed_successfully
|
||||
|
||||
ready-check:
|
||||
openvidu-meet-init:
|
||||
image: docker.io/openvidu/openvidu-operator:main
|
||||
platform: linux/amd64
|
||||
container_name: ready-check
|
||||
container_name: openvidu-meet-init
|
||||
restart: on-failure
|
||||
environment:
|
||||
- MODE=local-ready-check
|
||||
|
@ -248,12 +248,16 @@ services:
|
|||
- scripts:/scripts
|
||||
entrypoint: /bin/sh /scripts/entrypoint_ready_check.sh
|
||||
depends_on:
|
||||
- caddy-proxy
|
||||
- redis
|
||||
- minio
|
||||
- mongo
|
||||
- dashboard
|
||||
- openvidu
|
||||
- ingress
|
||||
- egress
|
||||
- dashboard
|
||||
- minio
|
||||
- mongo
|
||||
- operator
|
||||
- openvidu-meet
|
||||
|
||||
volumes:
|
||||
scripts:
|
||||
|
@ -273,6 +277,3 @@ volumes:
|
|||
mongo-data:
|
||||
name: openvidu-mongo-data
|
||||
egress-data:
|
||||
name: openvidu-egress-data
|
||||
operator-deployment:
|
||||
name: operator-deployment-data
|
||||
|
|
|
@ -241,10 +241,10 @@ services:
|
|||
setup:
|
||||
condition: service_completed_successfully
|
||||
|
||||
ready-check:
|
||||
openvidu-meet-init:
|
||||
image: docker.io/openvidu/openvidu-operator:main
|
||||
platform: linux/amd64
|
||||
container_name: ready-check
|
||||
container_name: openvidu-meet-init
|
||||
restart: on-failure
|
||||
environment:
|
||||
- MODE=local-ready-check
|
||||
|
@ -264,12 +264,17 @@ services:
|
|||
- scripts:/scripts
|
||||
entrypoint: /bin/sh /scripts/entrypoint_ready_check.sh
|
||||
depends_on:
|
||||
- caddy-proxy
|
||||
- redis
|
||||
- minio
|
||||
- mongo
|
||||
- dashboard
|
||||
- openvidu
|
||||
- ingress
|
||||
- egress
|
||||
- dashboard
|
||||
- minio
|
||||
- mongo
|
||||
- operator
|
||||
- openvidu-meet
|
||||
- openvidu-v2compatibility
|
||||
|
||||
volumes:
|
||||
scripts:
|
||||
|
|
Loading…
Reference in New Issue