Files
git.softwareshinobi.com/compose.yaml
Software Shinobi 7134679e8c
All checks were successful
learn org at code.softwareshinobi.com/git.softwareshinobi.com/pipeline/head This commit looks good
automated terminal push
2025-06-05 19:28:46 -04:00

26 lines
389 B
YAML

services:
git.softwareshinobi.com:
container_name: git.softwareshinobi.com
image: softwareshinobi/git.softwareshinobi.com
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
ports:
- 8000:80
volumes:
- ./docs:/docs/docs
- ./mkdocs.yml:/docs/mkdocs.yml