juancarmore ad191eba29 meet-demo: add deployment configuration with Docker and Caddy
- Create README.md for deployment instructions
- Add .env file for environment variables
- Add Caddyfile for reverse proxy configuration
- Create docker-compose.yml for service orchestration
2025-10-21 10:38:38 +02:00

4 lines
73 B
Caddyfile

{$DOMAIN:meet-demo-app.openvidu.io} {
reverse_proxy meet-demo:6080
}