automated terminal push
This commit is contained in:
23
compose.yaml
Executable file
23
compose.yaml
Executable file
@@ -0,0 +1,23 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
|
||||
project-documentation-server-mkdocs:
|
||||
|
||||
container_name: project-documentation-server-mkdocs
|
||||
|
||||
image: titom73/mkdocs
|
||||
|
||||
## restart: "never"
|
||||
|
||||
volumes:
|
||||
|
||||
- ${PWD}:/docs/project-documentation
|
||||
|
||||
##- ${PWD}/.mkdocs.yml:/mkdocs.yml
|
||||
|
||||
- ${PWD}/.mkdocs.yml:/docs/mkdocs.yml
|
||||
|
||||
ports:
|
||||
|
||||
- 8888:8000
|
||||
Reference in New Issue
Block a user