mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-17 21:53:12 +02:00
20 lines
486 B
YAML
20 lines
486 B
YAML
|
|
# -------------------------------------------------------------------------
|
|
# 🚀 Created and distributed by The AltStack
|
|
# 🌍 https://thealtstack.com
|
|
# -------------------------------------------------------------------------
|
|
|
|
|
|
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
|
|
|