mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 18:02:54 +01:00
18 lines
456 B
YAML
18 lines
456 B
YAML
|
version: "3"
|
||
|
|
||
|
services:
|
||
|
docusaurus:
|
||
|
build: .
|
||
|
ports:
|
||
|
- 3000:3000
|
||
|
- 35729:35729
|
||
|
volumes:
|
||
|
- ./docs:/app/docs
|
||
|
- ./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
|