Some checks reported warnings
learn org at code.softwareshinobi.com/python.softwareshinobi.com/pipeline/head This commit was not built
26 lines
398 B
YAML
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
|