mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-04-19 16:01:14 +00:00
clean up
This commit is contained in:
parent
aca5435a34
commit
ad66e7c5ea
1 changed files with 0 additions and 3 deletions
|
@ -12,8 +12,6 @@ services:
|
||||||
- "5281:5281"
|
- "5281:5281"
|
||||||
environment:
|
environment:
|
||||||
DOMAIN: localhost
|
DOMAIN: localhost
|
||||||
#E2E_POLICY_CHAT: optional
|
|
||||||
#E2E_POLICY_MUC: optional
|
|
||||||
E2E_POLICY_WHITELIST: "admin@localhost, user1@localhost"
|
E2E_POLICY_WHITELIST: "admin@localhost, user1@localhost"
|
||||||
LOG_LEVEL: debug
|
LOG_LEVEL: debug
|
||||||
PROSODY_ADMINS: "admin@localhost, admin2@localhost"
|
PROSODY_ADMINS: "admin@localhost, admin2@localhost"
|
||||||
|
@ -24,4 +22,3 @@ services:
|
||||||
- "upload.localhost:127.0.0.1"
|
- "upload.localhost:127.0.0.1"
|
||||||
volumes:
|
volumes:
|
||||||
- ./certs:/usr/local/etc/prosody/certs
|
- ./certs:/usr/local/etc/prosody/certs
|
||||||
#- ./data:/usr/local/var/lib/prosody
|
|
||||||
|
|
Loading…
Reference in a new issue