automated terminal push
All checks were successful
code.softwareshinobi.com-learn/docker.softwareshinobi.com/pipeline/head This commit looks good

This commit is contained in:
2025-06-04 11:50:30 -04:00
parent 5770800032
commit f1997cab0f
195 changed files with 12169 additions and 0 deletions

25
compose.yaml Normal file
View File

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