2025-06-04 11:50:30 -04:00
|
|
|
services:
|
|
|
|
|
|
|
|
|
|
docker.softwareshinobi.com:
|
|
|
|
|
|
|
|
|
|
container_name: docker.softwareshinobi.com
|
|
|
|
|
|
|
|
|
|
image: softwareshinobi/docker.softwareshinobi.com
|
|
|
|
|
|
|
|
|
|
build:
|
|
|
|
|
|
|
|
|
|
context: .
|
|
|
|
|
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
|
|
|
|
|
ports:
|
|
|
|
|
|
2025-06-05 19:06:57 -04:00
|
|
|
- 8000:80
|
2025-06-04 11:50:30 -04:00
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
|
|
|
|
|
- ./docs:/docs/docs
|
|
|
|
|
|
|
|
|
|
- ./mkdocs.yml:/docs/mkdocs.yml
|