Added docker image info

pull/2/head
Matthew Vivian 2020-05-18 10:30:02 +01:00 committed by GitHub
parent e35ead7303
commit aa0ab9cf68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
# Multiple Openfires in Docker
This sets up multiple Openfire servers with associated PostgreSQL DBs in Docker containers for local testing.
It relies on an official Postgres Docker image (from Docker Hub) and a local Openfire image, these are referred to in `docker-compose.yml`. The Openfire Docker image can be built using the `Dockerfile` in the root of the Openfire repository (https://github.com/igniterealtime/Openfire):
docker build -t openfire:fmuc .
Running `./start.sh` will perform some cleanup then start the containers. When running, the system looks like this:
```