2025-06-05 07:33:41 -04:00
|
|
|
services:
|
|
|
|
|
|
2025-06-05 20:40:34 -04:00
|
|
|
python.softwareshinobi.com:
|
2025-06-05 07:33:41 -04:00
|
|
|
|
2025-06-05 20:40:34 -04:00
|
|
|
container_name: python.softwareshinobi.com
|
2025-06-05 07:33:41 -04:00
|
|
|
|
2025-06-05 20:40:34 -04:00
|
|
|
image: softwareshinobi/python.softwareshinobi.com
|
|
|
|
|
|
|
|
|
|
build:
|
|
|
|
|
|
|
|
|
|
context: .
|
|
|
|
|
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
|
|
|
|
|
restart: unless-stopped
|
2025-06-05 07:33:41 -04:00
|
|
|
|
|
|
|
|
ports:
|
|
|
|
|
|
2025-06-05 20:40:34 -04:00
|
|
|
- 8000:80
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
|
|
|
|
|
- ./docs:/docs/docs
|
|
|
|
|
|
|
|
|
|
- ./mkdocs.yml:/docs/mkdocs.yml
|