mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 10:35:25 +00:00
19 lines
497 B
YAML
19 lines
497 B
YAML
|
version: "3"
|
||
|
|
||
|
services:
|
||
|
docusaurus:
|
||
|
build: .
|
||
|
ports:
|
||
|
- 3000:3000
|
||
|
- 35729:35729
|
||
|
volumes:
|
||
|
- ./docs:/app/docs
|
||
|
- ./website/blog:/app/website/blog
|
||
|
- ./website/core:/app/website/core
|
||
|
- ./website/i18n:/app/website/i18n
|
||
|
- ./website/pages:/app/website/pages
|
||
|
- ./website/static:/app/website/static
|
||
|
- ./website/sidebars.json:/app/website/sidebars.json
|
||
|
- ./website/siteConfig.js:/app/website/siteConfig.js
|
||
|
working_dir: /app/website
|