Guest User

Untitled

a guest
Jan 17th, 2018
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ejabberd:
  2. build: .
  3. ports:
  4. - 5222
  5. - 5269
  6. - 5280
  7. environment:
  8. - XMPP_DOMAIN=example.com
  9. - ERLANG_NODE=ejabberd
  10. - EJABBERD_ADMINS=admin@example.com
  11. - EJABBERD_USERS=admin@example.com:test321 user@example.com
  12. - ERLANG_COOKIE=testCluster
  13. - SKIP_MODULES_UPDATE=true
  14. - EJABBERD_CLUSTER=true
  15. - USE_DNS=true
  16. dns: 172.17.42.1
  17. domainname: dockercomposecluster_ejabberd.docker
  18. tty: true
Add Comment
Please, Sign In to add comment