automated terminal push
Some checks reported warnings
learn org at code.softwareshinobi.com/python.softwareshinobi.com/pipeline/head This commit was not built
Some checks reported warnings
learn org at code.softwareshinobi.com/python.softwareshinobi.com/pipeline/head This commit was not built
This commit is contained in:
34
compose.yaml
Executable file → Normal file
34
compose.yaml
Executable file → Normal file
@@ -1,23 +1,25 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
|
||||
project-documentation-server-mkdocs:
|
||||
python.softwareshinobi.com:
|
||||
|
||||
container_name: project-documentation-server-mkdocs
|
||||
container_name: python.softwareshinobi.com
|
||||
|
||||
image: titom73/mkdocs
|
||||
|
||||
## restart: "never"
|
||||
image: softwareshinobi/python.softwareshinobi.com
|
||||
|
||||
build:
|
||||
|
||||
context: .
|
||||
|
||||
dockerfile: Dockerfile
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
|
||||
- ${PWD}:/docs/project-documentation
|
||||
|
||||
##- ${PWD}/.mkdocs.yml:/mkdocs.yml
|
||||
|
||||
- ${PWD}/.mkdocs.yml:/docs/mkdocs.yml
|
||||
|
||||
ports:
|
||||
|
||||
- 8888:8000
|
||||
- 8000:80
|
||||
|
||||
volumes:
|
||||
|
||||
- ./docs:/docs/docs
|
||||
|
||||
- ./mkdocs.yml:/docs/mkdocs.yml
|
||||
|
||||
Reference in New Issue
Block a user