Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjortiz/docker-unifi-mongo
docker-unifi-mongo
https://github.com/pjortiz/docker-unifi-mongo
docker docker-compose docker-image dockerfile linuxserver linuxserver-io linuxserver-unifi-network-application mongo mongodb mongosh unifi unifi-controller unifi-network unifi-network-application
Last synced: 29 days ago
JSON representation
docker-unifi-mongo
- Host: GitHub
- URL: https://github.com/pjortiz/docker-unifi-mongo
- Owner: pjortiz
- License: mit
- Created: 2024-05-25T23:48:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T01:09:20.000Z (about 2 months ago)
- Last Synced: 2024-09-27T17:22:00.053Z (about 1 month ago)
- Topics: docker, docker-compose, docker-image, dockerfile, linuxserver, linuxserver-io, linuxserver-unifi-network-application, mongo, mongodb, mongosh, unifi, unifi-controller, unifi-network, unifi-network-application
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/portiz93/unifi-mongo
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-unifi-mongo
## Table of Contents
- [Latest Major Version ](#latest-major-version-)
- [Quick reference](#quick-reference)
- [About](#about)
- [Usage](#usage)
- [Docker Compose](#docker-compose)
- [Docker CLI](#docker-cli)
- [Create the network](#create-the-network)
- [Create the volume](#create-the-volume)
- [Run the MongoDB container](#run-the-mongodb-container)
- [Build Your Own Image](#build-your-own-image)
- [Adding your own scripts](#adding-your-own-scripts)
- [Disclaimer](#disclaimer)_______________________________________
## Latest Major Version [![Build CI](https://github.com/pjortiz/docker-unifi-mongo/actions/workflows/build_ci.yml/badge.svg)](https://github.com/pjortiz/docker-unifi-mongo/actions/workflows/build_ci.yml)
| 3.x | 4.x | 5.x | 6.x | 7.x |
| - | - | - | - | - |
|![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpjortiz%2Fdocker-unifi-mongo%2Fmain%2Fbuild_info%2F3.0%2Fjessie%2Fbuild_info.json&query=%24.name&label=tag)
![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpjortiz%2Fdocker-unifi-mongo%2Fmain%2Fbuild_info%2F3.0%2Fstretch%2Fbuild_info.json&query=%24.name&label=tag)
![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpjortiz%2Fdocker-unifi-mongo%2Fmain%2Fbuild_info%2F3.0%2Fxenial%2Fbuild_info.json&query=%24.name&label=tag)|![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpjortiz%2Fdocker-unifi-mongo%2Fmain%2Fbuild_info%2F4.0%2Fbionic%2Fbuild_info.json&query=%24.name&label=tag)
![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpjortiz%2Fdocker-unifi-mongo%2Fmain%2Fbuild_info%2F4.0%2Ffocal%2Fbuild_info.json&query=%24.name&label=tag)
![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpjortiz%2Fdocker-unifi-mongo%2Fmain%2Fbuild_info%2F4.0%2Fxenial%2Fbuild_info.json&query=%24.name&label=tag)|![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpjortiz%2Fdocker-unifi-mongo%2Fmain%2Fbuild_info%2F5.0%2Ffocal%2Fbuild_info.json&query=%24.name&label=tag)|![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpjortiz%2Fdocker-unifi-mongo%2Fmain%2Fbuild_info%2F6.0%2Ffocal%2Fbuild_info.json&query=%24.name&label=tag)
![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpjortiz%2Fdocker-unifi-mongo%2Fmain%2Fbuild_info%2F6.0%2Fjammy%2Fbuild_info.json&query=%24.name&label=tag)|![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpjortiz%2Fdocker-unifi-mongo%2Fmain%2Fbuild_info%2F7.0%2Fjammy%2Fbuild_info.json&query=%24.name&label=tag)|_______________________________________
## Quick reference
- [pjortiz/docker-compose-unifi-network-application](https://github.com/pjortiz/docker-compose-unifi-network-application)
- [Mongo](https://hub.docker.com/_/mongo) Official Image
- [linuxserver/unifi-network-application](https://hub.docker.com/r/linuxserver/unifi-network-application) Official Image_______________________________________
## About
This image is packaged with the required mongo init script to set up [linuxserver/unifi-network-application](https://hub.docker.com/r/linuxserver/unifi-network-application).
_______________________________________
## Usage
### Docker Compose
```yaml
version: "3.7"
networks:
# proxy-network: # optional, Use this network or your own if you intend to configure the unifi-network-application container through a revers proxy, otherwise not needed.
# external: true
unifi:
volumes: # You can change the volumes' device path if you want, otherwise no need to change, default Docker volume folder location will be used
unifi_mongo_data:
services:
unifi-mongo-db:
image: portiz93/unifi-mongo:${MONGO_VERSION:-6.0.15} # Required MONGO_VERSION, Default "6.0.15", specify whatever Mongo version tag you need. DO NOT set 'latest' tag
container_name: unifi-mongo-db
environment:
# - MONGO_INITDB_ROOT_USERNAME=${MONGO_INITDB_ROOT_USERNAME:-root} # Required only if using mongodb version < 6.0, otherwise do not set (See official Mongo image)
# - MONGO_INITDB_ROOT_PASSWORD=${MONGO_INITDB_ROOT_PASSWORD:?Root Password Required} # Required only if using mongodb version < 6.0, otherwise do not set (See official Mongo image)
- MONGO_USER=${MONGO_USER:-unifi} # Default "unifi"
- MONGO_PASS=${MONGO_PASS:?Mongo Password Required} # Required
- MONGO_DBNAME=${MONGO_DBNAME:-unifi} # Default "unifi"
volumes:
- unifi_mongo_data:/data/db
# ports:
# - 27017:27017 # optional, Default "27017", only port if needed outside of unifi app
networks:
unifi:
restart: unless-stopped
```### Docker CLI
#### Create the network
```bash
docker network create unifi
```#### Create the volume
```bash
docker volume create unifi_mongo_data
```#### Run the MongoDB container
```bash
docker run -d \
--name unifi-mongo-db \
--network unifi \
-v unifi_mongo_data:/data/db \
-e MONGO_USER=unifi \
-e MONGO_PASS=your_mongo_password_here \
-e MONGO_DBNAME=unifi \
--restart unless-stopped \
portiz93/unifi-mongo:6.0.15
```_______________________________________
## Build Your Own Image
```bash
docker build -t unifi-mongo:6.0.15 --build-arg MONGO_VERSION=6.0.15 .
```### Adding your own scripts
If you need a custom script based on your needs. After forking/clone this repo create a directory under `scripts` with your specific Mongo version tag (e.g. `scripts/6.0.15`), then add your script(s) in that new directory. Then run the above build command with your specific version.
## Disclaimer
I have not validated any of the images as to whether they are working as expected apart from the image(s) I use myself. Please create an issue and I will see if I can address/accommodate your needs.