automated terminal push
Some checks reported warnings
learn org at code.softwareshinobi.com/python.softwareshinobi.com/pipeline/head This commit was not built

This commit is contained in:
2025-06-05 20:40:34 -04:00
parent 1cb989b04d
commit 0e4be2e42c
40 changed files with 147 additions and 114 deletions

34
compose.yaml Executable file → Normal file
View File

@@ -1,23 +1,25 @@
version: "3"
services:
project-documentation-server-mkdocs:
python.softwareshinobi.com:
container_name: project-documentation-server-mkdocs
container_name: python.softwareshinobi.com
image: titom73/mkdocs
## restart: "never"
image: softwareshinobi/python.softwareshinobi.com
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
volumes:
- ${PWD}:/docs/project-documentation
##- ${PWD}/.mkdocs.yml:/mkdocs.yml
- ${PWD}/.mkdocs.yml:/docs/mkdocs.yml
ports:
- 8888:8000
- 8000:80
volumes:
- ./docs:/docs/docs
- ./mkdocs.yml:/docs/mkdocs.yml