mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 19:42:11 +02:00
Sync containers from rroemhild and add instructions in README (#1655)
This commit is contained in:
parent
30e5c9bd3e
commit
b8ab80d1f3
11 changed files with 231 additions and 49 deletions
1
docker/examples/docker-compose/README.md
Normal file
1
docker/examples/docker-compose/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
# simple docker-compose example
|
11
docker/examples/docker-compose/docker-compose.yml
Normal file
11
docker/examples/docker-compose/docker-compose.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue