automated terminal push

This commit is contained in:
2025-06-05 07:33:41 -04:00
parent 19decb39cc
commit 1cb989b04d
619 changed files with 10585 additions and 0 deletions

23
compose.yaml Executable file
View File

@@ -0,0 +1,23 @@
version: "3"
services:
project-documentation-server-mkdocs:
container_name: project-documentation-server-mkdocs
image: titom73/mkdocs
## restart: "never"
volumes:
- ${PWD}:/docs/project-documentation
##- ${PWD}/.mkdocs.yml:/mkdocs.yml
- ${PWD}/.mkdocs.yml:/docs/mkdocs.yml
ports:
- 8888:8000