Add prosody
currently broken
This commit is contained in:
@@ -224,5 +224,22 @@ services:
|
||||
- "3001:3000"
|
||||
- "22:22"
|
||||
|
||||
# --- Prosody XMPP Server ---
|
||||
prosody:
|
||||
image: prosody/prosody:latest
|
||||
container_name: prosody
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5222:5222" # XMPP client connections
|
||||
- "5269:5269" # XMPP server-to-server connections
|
||||
- "5280:5280" # HTTP/WebSocket connections
|
||||
- "5281:5281" # HTTPS/WebSocket connections (if SSL configured)
|
||||
volumes:
|
||||
- ${PROSODY_CONFIG}:/etc/prosody
|
||||
- ${PROSODY_LOGS}:/var/log/prosody
|
||||
- ${PROSODY_MODULES}:/usr/lib/prosody-modules
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
volumes:
|
||||
model-cache:
|
||||
|
||||
Reference in New Issue
Block a user