Files
python.softwareshinobi.com/compose.yaml
Software Shinobi 0e4be2e42c
Some checks reported warnings
learn org at code.softwareshinobi.com/python.softwareshinobi.com/pipeline/head This commit was not built
automated terminal push
2025-06-05 20:40:34 -04:00

26 lines
398 B
YAML

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