updated image used for scalelite-recordings

This commit is contained in:
jfederico
2022-03-04 22:46:18 -05:00
parent 2a79b583d7
commit bed4dd13e9
2 changed files with 16 additions and 4 deletions

View File

@@ -49,11 +49,23 @@ services:
- ./data/certbot/www/:/var/www/certbot - ./data/certbot/www/:/var/www/certbot
entrypoint: "/bin/sh -c 'trap exit TERM; while :; do certbot renew; sleep 12h & wait $${!}; done;'" entrypoint: "/bin/sh -c 'trap exit TERM; while :; do certbot renew; sleep 12h & wait $${!}; done;'"
scalelite-proxy: # scalelite-haproxy:
# image: haproxy:alpine
# container_name: scalelite-haproxy
# restart: always
# ports:
# - "80:80"
# - "443:443"
# volumes:
# - ./data/proxy/haproxy/:/usr/local/etc/haproxy
# networks:
# - default
scalelite-nginx:
image: nginx:1.18 image: nginx:1.18
# Custom nginx with amazonlinux # Custom nginx with amazonlinux
# image: blindsidenetwks/nginx:amazonlinux # image: blindsidenetwks/nginx:amazonlinux
container_name: scalelite-proxy container_name: scalelite-nginx
restart: unless-stopped restart: unless-stopped
ports: ports:
- "80:80" - "80:80"
@@ -73,7 +85,7 @@ services:
command: /bin/bash -c "envsubst '$$NGINX_HOSTNAME' < /etc/nginx/sites.template > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'" command: /bin/bash -c "envsubst '$$NGINX_HOSTNAME' < /etc/nginx/sites.template > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'"
scalelite-recordings: scalelite-recordings:
image: ${SCALELITE_RECORDINGS_DOCKER_IMAGE:-bigbluebutton/bbb-playback-proxy:bionic-230-alpine} image: ${SCALELITE_RECORDINGS_DOCKER_IMAGE:-bigbluebutton/bbb-playback-proxy:bionic-240-alpine}
container_name: scalelite-recordings container_name: scalelite-recordings
restart: unless-stopped restart: unless-stopped
volumes: volumes:

View File

@@ -56,7 +56,7 @@ services:
command: /bin/bash -c "envsubst '$$NGINX_HOSTNAME' < /etc/nginx/sites.template > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'" command: /bin/bash -c "envsubst '$$NGINX_HOSTNAME' < /etc/nginx/sites.template > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'"
scalelite-recordings: scalelite-recordings:
image: ${SCALELITE_RECORDINGS_DOCKER_IMAGE:-bigbluebutton/bbb-playback-proxy:bionic-230-alpine} image: ${SCALELITE_RECORDINGS_DOCKER_IMAGE:-bigbluebutton/bbb-playback-proxy:bionic-240-alpine}
container_name: scalelite-recordings container_name: scalelite-recordings
restart: unless-stopped restart: unless-stopped
volumes: volumes: