Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tetras-libre
docker images
Docker Compose Viz Mermaid
Commits
bed327c4
Verified
Commit
bed327c4
authored
Nov 10, 2021
by
David Beniamine
Browse files
Cleaner mermaid
parent
561ec9ec
Pipeline
#502
passed with stage
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Readme.md
View file @
bed327c4
...
...
@@ -16,7 +16,22 @@ docker run --rm -it -v $PWD:/data dbeniamine/docker-compose-viz-mermaid -v -p -v
Example image

```
mermaid
%%{init: {'theme': 'default'}}%%
flowchart TB
VLabNbook{{$PWD}} x-. /var/www/labnbook .-x front
Vlabnbookdb([labnbook_db]) x-. /etc/mysql/conf.d .-x mariadb
VLabNbookdb{{$PWD/db}} x-. /var/lib/mysql .-x mariadb
front --> mariadb
labnbookmyadmin --> mariadb
P0((8000)) -.-> front
P1((8002)) -. 80 .-> labnbookmyadmin
classDef volumes fill:#fdfae4,stroke:#867a22
class VLabNbook,Vlabnbookdb,VLabNbookdb volumes
classDef ports fill:#f8f8f8,stroke:#ccc
class P0,P1 ports
```
## Configuration
...
...
example.png
deleted
100644 → 0
View file @
561ec9ec
32.2 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment