mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
11 lines
279 B
YAML
11 lines
279 B
YAML
ejabberd:
|
|
image: rroemhild/ejabberd
|
|
ports:
|
|
- 5222:5222
|
|
- 5269:5269
|
|
- 5280:5280
|
|
environment:
|
|
- ERLANG_NODE=ejabberd
|
|
- XMPP_DOMAIN=example.com xyz.io
|
|
- EJABBERD_ADMINS=admin@example.com
|
|
- EJABBERD_USERS=admin@example.com:password4321 user1@xyz.io
|