mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-22 16:13:20 +01:00
16 lines
349 B
YAML
16 lines
349 B
YAML
version: '3.6'
|
|
services:
|
|
https_proxy:
|
|
image: valian/docker-nginx-auto-ssl
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ssl_data:/etc/resty-auto-ssl
|
|
- ./mod/https/site.conf:/etc/nginx/conf.d/bbb-docker.conf
|
|
environment:
|
|
ALLOWED_DOMAINS: ${CERTIFICATE_DOMAINS}
|
|
network_mode: host
|
|
|
|
volumes:
|
|
ssl_data:
|
|
name: ssl_data
|