docs(gremlin): create bazarr
This commit is contained in:
parent
594fe437e6
commit
6e8c919395
1 changed files with 38 additions and 0 deletions
38
Netgrimoire/Services/bazarr/bazarr.md
Normal file
38
Netgrimoire/Services/bazarr/bazarr.md
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
# Front Matter
|
||||||
|
---
|
||||||
|
|
||||||
|
title: Wiki.js Service Doc
|
||||||
|
date: 2023-12-15
|
||||||
|
tags: [Wiki.js, Docker]
|
||||||
|
---
|
||||||
|
|
||||||
|
# Overview
|
||||||
|
|
||||||
|
This is a documentation for the Wiki.js service stack built with Docker.
|
||||||
|
|
||||||
|
## Architecture
|
||||||
|
|
||||||
|
| Component | Description |
|
||||||
|
| --- | --- |
|
||||||
|
| Nginx | Reverse proxy and load balancer |
|
||||||
|
| Wiki.js | Wiki.js application server |
|
||||||
|
| MySQL | Database server |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Volume Paths
|
||||||
|
|
||||||
|
| Container | Volume Path |
|
||||||
|
| --- | --- |
|
||||||
|
| Nginx | /var/www/html:html |
|
||||||
|
| Wiki.js | /var/www/wiki:wiki |
|
||||||
|
| MySQL | /var/lib/mysql:mysql |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Deploy Command
|
||||||
|
```
|
||||||
|
docker-compose up -d --build
|
||||||
|
```
|
||||||
|
|
||||||
|
This command will build the Docker images, start the containers in detached mode, and deploy the service.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue