add compose and add ci filter #6

Merged
sailor merged 2 commits from builder-local into main 2026-07-10 12:44:51 +03:00
Showing only changes of commit 7bef51f350 - Show all commits
+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"