https://github.com/evilfreelancer/docker-openfire
Docker composition with Openfile skeleton
https://github.com/evilfreelancer/docker-openfire
docker docker-image openfire postgresql
Last synced: 2 months ago
JSON representation
Docker composition with Openfile skeleton
- Host: GitHub
- URL: https://github.com/evilfreelancer/docker-openfire
- Owner: EvilFreelancer
- Created: 2018-03-24T01:55:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T02:13:21.000Z (about 7 years ago)
- Last Synced: 2025-02-09T15:15:40.426Z (4 months ago)
- Topics: docker, docker-image, openfire, postgresql
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Openfile skeleton
This composition contain PostgreSQL, SQL Adminer and Openfire of course.
## Okay, let's go
For fisrt you need clone and prepare the composition:
```bash
git clone https://github.com/EvilFreelancer/docker-openfire.git
cd docker-openfire
cp docker-compose.yml.dist docker-compose.yml
```In `docker-compose.yml` you can configure any parameters what you need.
After you done you can run container by following command:```bash
docker-compose up -d
```And need wait some time, until system is not complete initialization
(around 5-10 minutes after first start and less than 5 minutes in any
other).## How to update GitLab container
```bash
docker-compose pull # Download new image of GitLab from Docker hub
docker-compose up -d # Restart container
```## Small how to about docker-compose
```bash
docker-compose up -d # (re)start container, download images if not exist
docker-compose stop # stop container
docker-compose restart # restart container, but using the previous configuration
```# Links
* [Openfire image in Docker](https://hub.docker.com/r/gizmotronic/openfire/)