Openfire Server using Docker Compose Latest release: 0.1.0 - Openfire v4.4.2 - [Docker Hub] (https://hub.docker.com/r/jmorcate/openfire)
If you want to run the Openfire Server you will need to have Docker and Docker Compose intalled in tyour system.
joaquin@DustInTheWind $ docker --version
Docker version 19.03.6, build 369ce74a3c
joaquin@DustInTheWind $ docker-compose --version
docker-compose version 1.25.1, build a82fef07
Clone the proyect somewhere in your local drive and start the system by running:
joaquin@DustInTheWind $ git clone ....
joaquin@DustInTheWind $ cd openfire
joaquin@DustInTheWind $ docker-compose up --detach --build
docker-compose up --detach --build
Creating network "openfire_default" with the default driver
Building db
Step 1/9 : FROM postgres:12.1
---> ec5d6d5f5b34
...
Successfully built 2749f1a1cb49
Successfully tagged db_openfire:0.1.0
Building ldap
Step 1/7 : FROM osixia/openldap:latest
...
Successfully built 73ee92c3c2c5
Successfully tagged ldap_openfire:0.1.0
Building openfire
Step 1/11 : FROM ubuntu:bionic
...
Successfully built a0c320a1433c
Successfully tagged openfire:0.1.0
Creating openfire_db_1 ... done
Creating openfire_ldap_1 ... done
Creating openfire_php-ldap-admin_1 ... done
Creating openfire_openfire_1 ... done
You can access the administartion console for Openfire using your web browser:
http://localhost:9090
The required credential are:
|username | of_admin | |password | of_admin_pass |
Then you can use phpLDAPadmin to administer your OpenLDAP server by pointing your browser to:
https://localhost:6443/
The credentials to connect ti the server are:
|Login DN | cn=admin,dc=example,dc=com| |Password | ldap_admin_pass |
Openfire is an instant messaging and group chat server for the Extensible Messaging and Presence Protocol (XMPP) developed by Ignite Realtime. It's licensed under the Apache License 2.0.
Futher details about Openfire can be found in https://www.igniterealtime.org/projects/openfire.
Most of the Docker solutions for Openfire are build as a single image using the embeded HSQLDB database management system. This solution is based in four services.
This is a minimal solution that can easily be customized to cover your needs and environment.
The easiest way to customize is the use of enviroment variables. These variables are included in the .env file.
ldap_admin_pass.dc=example,dc=com.example.com.Example Inc.of_admin.Openfire Administrator.admin_group.OPENFIRE_ADMIN above. The default value is of_admin_pass.of_db.OPENFIRE_DB. The default value is of_db_owner.of_db_owner_pass.openfire-server.example.com.postgres.postgres_pass.openfire.example.com.There are many other enviroment variables that can be used to customize these services. Please check "Basic Images" below for details.
Openfire offers a number of plugins that extends its functionality. This project include some of them. For a list of available plugins visit: https://www.igniterealtime.org/projects/openfire/plugins.jsp.
To add a new plugin just drop the jar file in the openfire/plugins folder.
The OpenLDAP server includes by default two users. You can more groups and users by dropping ldif files in the ldif folder. This folder includes an example of how to add a new user to the same group than the Openfire administrator.
The following base images are used in this project:
Content type
Image
Digest
Size
156.5 MB
Last updated
over 6 years ago
docker pull jmorcate/openfire