automated terminal push

This commit is contained in:
Software Shinobi
2025-03-14 15:46:26 -04:00
parent 2772fd8950
commit ba551064a7
284 changed files with 15015 additions and 0 deletions

24
landing/compose.yaml Executable file
View File

@@ -0,0 +1,24 @@
services:
shinobi-academy-linux-docs:
container_name: shinobi-academy-linux-docs
image: softwareshinobi/shinobi-academy-linux-docs
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
ports:
- 8000:8000
# volumes:
# - ./docs:/docs/docs
# - ./mkdocs.yml:/docs/mkdocs.yml
#