Giter Club home page Giter Club logo

docker-prosody's Introduction

Prosody

This docker images is build from the Prosody source.

Supported tags and respective Dockerfile links

Running

Docker image based on Ubuntu 16.04 LTS.

docker run -d --name prosody -p 5222:5222 -p 5269:5269 -p 5280:5280 -p 5281:5281 fankserver/prosody

Ports

The images exposes the following ports

  • 80: HTTP
  • 443: HTTPS
  • 5222: c2s
  • 5269: s2s
  • 5347: XMPP component
  • 5280: HTTP BOSH
  • 5281: HTTPS BOSH

Folders

  • /etc/prosody:
    • Generated prosody configuration file
  • /etc/prosody/conf.d:
  • /etc/prosody/certs:
    • SSL certificates
  • /var/lib/prosody:
    • Prosody data folder
  • /var/log/prosody:
    • Log files for prosody
    • Note: logfiles are disabled by default, because they only log to stdout & stderr for docker.
  • /usr/src/prosody:
    • Prosody source code
    • Note: will only be used for the build process and for debugging purpose.
  • /usr/src/prosody_modules:
    • Community modules source code
    • Note: this folder will be included by prosody.cfg.lua so you only need to include them in the modules_enabled.

Configuration

By default, the prosody.cfg.lua should be not overwritten, if you want to overwrite it here is the original file.

There is a /etc/prosody/conf.d/ folder where *.lua can be added, which will be included by prosody and configuration can be added and changed, but not extended from those files!

Examples

docker-prosody's People

Contributors

fank avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

oovn xbdmhq

docker-prosody's Issues

Documentation on the docker compose with postgresql?

Hello,

Recently started using this docker file over the original one and noticed that their is a docker compose file with postgresql. Is it possible that documentation on how to use it to be added?

Noticed that the docker-compose file is lacking the volumes that can be mounted as well.

Thanks in advance:)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.