Files
docker.softwareshinobi.com/compose.yaml
Software Shinobi f1997cab0f
All checks were successful
code.softwareshinobi.com-learn/docker.softwareshinobi.com/pipeline/head This commit looks good
automated terminal push
2025-06-04 11:50:30 -04:00

26 lines
400 B
YAML

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