mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-22 16:13:20 +01:00
17 lines
304 B
YAML
17 lines
304 B
YAML
version: '3.6'
|
|
services:
|
|
https_proxy:
|
|
image: valian/docker-nginx-auto-ssl
|
|
restart: on-failure
|
|
ports:
|
|
- 80:80
|
|
- 443:443
|
|
volumes:
|
|
- ssl_data:/etc/resty-auto-ssl
|
|
environment:
|
|
ALLOWED_DOMAINS: ${DOMAIN}
|
|
SITES: ${DOMAIN}=10.7.7.1:8080
|
|
|
|
volumes:
|
|
ssl_data:
|