mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
12 lines
279 B
YAML
12 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
|