automated terminal push
All checks were successful
learn org at code.softwareshinobi.com/git.softwareshinobi.com/pipeline/head This commit looks good

This commit is contained in:
2025-06-04 20:15:25 -04:00
parent 91cf2c0d5d
commit ba2080733d
196 changed files with 12170 additions and 1 deletions

25
compose.yaml Normal file
View File

@@ -0,0 +1,25 @@
services:
git.softwareshinobi.com:
container_name: git.softwareshinobi.com
image: softwareshinobi/git.softwareshinobi.com
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
ports:
- 8000:8000
volumes:
- ./docs:/docs/docs
- ./mkdocs.yml:/docs/mkdocs.yml