mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2026-02-05 15:50:54 +01:00
updated docker-compose-dev.yml
This commit is contained in:
@@ -77,34 +77,13 @@ services:
|
|||||||
logging:
|
logging:
|
||||||
driver: journald
|
driver: journald
|
||||||
|
|
||||||
scalelite-nginx:
|
|
||||||
image: ${SCALELITE_REPO:-blindsidenetwks}/scalelite:${SCALELITE_TAG:-v1}-nginx
|
|
||||||
container_name: scalelite-nginx
|
|
||||||
restart: unless-stopped
|
|
||||||
# ports:
|
|
||||||
# - "80:80"
|
|
||||||
# - "443:443"
|
|
||||||
volumes:
|
|
||||||
- ./log/nginx/:/var/log/nginx
|
|
||||||
- ./data/certbot/conf/:/etc/nginx/ssl
|
|
||||||
- ./data/certbot/www/:/var/www/certbot
|
|
||||||
- ./data/nginx/scalelite/:/etc/nginx/conf.d/scalelite
|
|
||||||
- ${SCALELITE_RECORDING_DIR-/mnt/scalelite-recordings/var/bigbluebutton}/published:/var/bigbluebutton/published
|
|
||||||
environment:
|
|
||||||
- NGINX_SSL=${NGINX_SSL-true}
|
|
||||||
- URL_HOST=${URL_HOST}
|
|
||||||
depends_on:
|
|
||||||
- scalelite-api
|
|
||||||
|
|
||||||
scalelite-recordings:
|
scalelite-recordings:
|
||||||
image: ${SCALELITE_REPO:-blindsidenetwks}/scalelite:${SCALELITE_TAG:-v1}-nginx
|
image: bigbluebutton/bbb-playback-proxy:bionic-23-dev-alpine3.11
|
||||||
container_name: scalelite-recordings
|
container_name: scalelite-recordings
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./log/recordings/:/var/log/nginx
|
- ./log/recordings/:/var/log/nginx
|
||||||
- ${SCALELITE_RECORDING_DIR-/mnt/scalelite-recordings/var/bigbluebutton}/published:/var/bigbluebutton/published
|
- ${SCALELITE_RECORDING_DIR-/mnt/scalelite-recordings/var/bigbluebutton}/published:/var/bigbluebutton/published
|
||||||
environment:
|
|
||||||
- NGINX_RECORDINGS_ONLY=true
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- scalelite-api
|
- scalelite-api
|
||||||
|
|
||||||
|
|||||||
@@ -126,7 +126,7 @@ if [ -f "$CORE_SCRIPTS_DIR/scalelite.yml" ]; then
|
|||||||
fi
|
fi
|
||||||
wget https://raw.githubusercontent.com/blindsidenetworks/scalelite/master/bigbluebutton/scalelite.yml -P $CORE_SCRIPTS_DIR
|
wget https://raw.githubusercontent.com/blindsidenetworks/scalelite/master/bigbluebutton/scalelite.yml -P $CORE_SCRIPTS_DIR
|
||||||
sed -e '/spool_dir/ s/^#*/#/' -i $CORE_SCRIPTS_DIR/scalelite.yml
|
sed -e '/spool_dir/ s/^#*/#/' -i $CORE_SCRIPTS_DIR/scalelite.yml
|
||||||
echo "spool_dir: bigbluebutton@sl-spool:/var/bigbluebutton/spool" | tee -a $CORE_SCRIPTS_DIR/scalelite.yml
|
echo "spool_dir: bigbluebutton@scalelite-spool:/var/bigbluebutton/spool" | tee -a $CORE_SCRIPTS_DIR/scalelite.yml
|
||||||
|
|
||||||
public_key=$(cat /home/bigbluebutton/.ssh/id_rsa.pub)
|
public_key=$(cat /home/bigbluebutton/.ssh/id_rsa.pub)
|
||||||
set +x
|
set +x
|
||||||
|
|||||||
Reference in New Issue
Block a user