Added htpasswd command in proxy imagen, update com

pull/431/head
OscarSotoSanchez 2020-04-02 11:30:20 +02:00
parent 45f5b7645f
commit a0d9d65702
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ version: '3.1'
services: services:
openvidu-server: openvidu-server:
image: openvidu/openvidu-server:2.13.0-beta2 image: openvidu/openvidu-server:2.13.0-beta3
restart: on-failure restart: on-failure
network_mode: host network_mode: host
volumes: volumes:
@ -68,7 +68,7 @@ services:
- MAX_PORT=65535 - MAX_PORT=65535
nginx: nginx:
image: openvidu/openvidu-proxy:1.0.0-beta1 image: openvidu/openvidu-proxy:1.0.0-beta2
restart: on-failure restart: on-failure
network_mode: host network_mode: host
volumes: volumes:

View File

@ -2,7 +2,7 @@ FROM nginx:1.17.9
# Install certbot # Install certbot
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y python python-dev libffi6 libffi-dev libssl-dev curl build-essential procps cron && \ apt-get install -y python python-dev libffi6 libffi-dev libssl-dev curl build-essential procps cron apache2-utils && \
curl -L 'https://bootstrap.pypa.io/get-pip.py' | python && \ curl -L 'https://bootstrap.pypa.io/get-pip.py' | python && \
pip install -U cffi certbot && \ pip install -U cffi certbot && \
mkdir -p /var/www/certbot && \ mkdir -p /var/www/certbot && \