add docs and config in container, refactor dockerfile and pipline

This commit is contained in:
2026-07-11 17:57:58 +03:00
parent 8eae5f1a10
commit f8a3fc4cd3
6 changed files with 97 additions and 7 deletions
-3
View File
@@ -2,8 +2,5 @@ services:
mkdocks:
image: gitea.trastinfo.ru/sailor/mkdocs:latest
restart: always
volumes:
- ./mkdocs.yml:/mkdocs/mkdocs.yml
- ./docs:/mkdocs/docs
ports:
- "8000:8000"