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

@@ -22,29 +22,5 @@ theme and plugins built in.
wont work straight out of the box.
```yaml
# mkdocs -- https://squidfunk.github.io/mkdocs-material/
version: '3'
services:
mkdocs:
container_name: 'mkdocs'
restart: unless-stopped
image: squidfunk/mkdocs-material
environment:
- PUID=1000
- PGID=1000
volumes:
#- /mnt/store/app/mkdocs/:/docs
- docs_nfs:/docs
stdin_open: true
tty: true
ports:
- "9896:8000"
volumes:
docs_nfs:
name: docs_nfs
driver_opts:
type: nfs
o: addr=truenas,nolock,soft,ro
device: :/mnt/store/vault/app/mkdocs
{{<include "/srv/configs/docker_compose/mkdocs/docker-compose.yaml">}}
```