Add warning in docker-compose.yml

pull/431/head
micaelgallego 2020-03-30 18:55:06 +02:00
parent 63c385aab2
commit 6b7ff94537
1 changed files with 16 additions and 3 deletions

View File

@ -1,9 +1,22 @@
# ------------------------------------------------------------------------------
#
# DO NOT MODIFY THIS FILE !!!
#
# Configuration properties should be specified in .env file
#
# Application based on OpenVidu should be specified in
# docker-compose.override.yml file
#
# This docker-compose file coordinates all services of OpenVidu CE Plarform.
#
# This file will be overridden when update OpenVidu Platform
#
# ------------------------------------------------------------------------------
version: '3.1' version: '3.1'
services: services:
# In this docker-compose are deployed the Openvidu services.
# This file not necessary change, you only need change
# the .env file with the necessaries variables.
openvidu-server: openvidu-server:
image: openvidu/openvidu-server:2.13.0-beta2 image: openvidu/openvidu-server:2.13.0-beta2
restart: on-failure restart: on-failure