mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-06 07:39:48 +02:00
16 lines
294 B
YAML
16 lines
294 B
YAML
version: '3.9'
|
|
services:
|
|
mermaid:
|
|
image: node:18.16.0-alpine3.18
|
|
stdin_open: true
|
|
tty: true
|
|
working_dir: /mermaid
|
|
volumes:
|
|
- ./:/mermaid
|
|
- root_cache:/root/.cache
|
|
- root_local:/root/.local
|
|
ports:
|
|
- 9000:9000
|
|
volumes:
|
|
root_cache:
|
|
root_local: |