feat: add basic mkdocs site
This commit is contained in:
10
templates/docker-compose.yml
Normal file
10
templates/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
mkdocs:
|
||||
build:
|
||||
context: ../
|
||||
dockerfile: ./templates/Dockerfile
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- ${PWD}:/docs
|
||||
command: serve -a 0.0.0.0:8000
|
Reference in New Issue
Block a user