add compose and add ci filter

This commit is contained in:
2026-07-10 12:42:00 +03:00
parent 4255c00ba0
commit 7bef51f350
+9
View File
@@ -0,0 +1,9 @@
services:
mkdocks:
image: gitea.trastinfo.ru/sailor/mkdocs:latest
restart: always
volumes:
- ./mkdocs.yml:/mkdocs/mkdocs.yml
- ./docs:/mkdocs/docs
ports:
- "8000:8000"