Skip to content

A simple docker compose with a full stack architecture to use openfire and mysql

License

Notifications You must be signed in to change notification settings

mabuonomo/docker-openfire

Repository files navigation

docker-compose openfire

This docker setup contains a stack with:

  • openfire v4.4.0

What is Openfire?

Openfire is a real time collaboration (RTC) server licensed under the Open Source Apache License. It uses the only widely adopted open protocol for instant messaging, XMPP (also called Jabber). (https://www.igniterealtime.org/projects/openfire/)

Official image on Docker Hub

https://cloud.docker.com/repository/docker/sharksoft/openfire

Quickstart

Start only Openfire server using:

$ docker-compose up -f docker-compose.yml

Start full stack Openfire/MySQL using:

$ docker-compose up

Services

Openfire connect to MySQL

Use this db settings in openfire initial setup:

  • jdbc:mysql://mysql_openfire:3306/openfire?rewriteBatchedStatements=true
  • user: openfire
  • pwd: openfire

Destroy Stack

$ docker-compose stop
$ docker-compose rm
$ docker system prune --force --volumes

Based on

About

A simple docker compose with a full stack architecture to use openfire and mysql

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published