cleanup | add includes for docker-compose files
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 1m6s
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 1m6s
This commit is contained in:
@@ -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">}}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user