mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-18 02:53:15 +02:00
22 lines
827 B
YAML
22 lines
827 B
YAML
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
# 🚀 BUILT & MAINTAINED BY THE ALTSTACK
|
|
# 🌍 https://thealtstack.com
|
|
# 💡 Open-source deployment templates for modern self-hosting.
|
|
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
|
|
|
|
|
|
|
|
services:
|
|
jitsi-web:
|
|
image: jitsi/web:latest
|
|
container_name: jitsi-web
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8000:80"
|
|
- "8443:443"
|
|
environment:
|
|
- PUBLIC_URL=https://localhost:8443
|
|
- XMPP_SERVER=xmpp.meet.jitsi
|
|
|