cleanup | add includes for docker-compose files
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 1m6s

This commit is contained in:
2026-03-30 03:41:38 +00:00
parent 94a63fb7ab
commit 85f2d3a9e0
11 changed files with 24 additions and 250 deletions

View File

@@ -18,29 +18,7 @@ nothing gets lost if something is corrupted.
## Docker Compose Example
``` yaml
# wikijs - docker compose
## https://github.com/linuxserver/docker-wikijs
---
version: "3.8"
services:
wikijs:
image: lscr.io/linuxserver/wikijs:latest
container_name: wikijs
environment:
- PUID=0
- PGID=0
- TZ=Etc/UTC
- DB_TYPE=sqlite #optional
- DB_HOST= #optional
- DB_PORT= #optional
- DB_NAME= #optional
- DB_USER= #optional
- DB_PASS= #optional
volumes:
- /app/wiki/config:/config
- /app/wiki/data:/data
ports:
- 3000:3000
restart: unless-stopped
```yaml
{{<include "/srv/configs/docker_compose/wikijs/wikijs.yaml">}}
```