add heroku

This commit is contained in:
Kiara Grouwstra 2022-01-01 19:14:14 +01:00
parent 6f8525d1bd
commit 609d6ce89f
4 changed files with 11 additions and 0 deletions

View File

@ -13,3 +13,11 @@ This repo offers a diagram to show the BIJ1 IT landscape and how its components
make install
make diagram
```
## todo
- ditch `diagrams` for plain pygraphviz to hopefully annotate edges with SVG tooltips?
## diagram
![landscape](./bij1_it_landscape.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 928 KiB

After

Width:  |  Height:  |  Size: 939 KiB

View File

@ -17,6 +17,7 @@ nginx = "./resources/nginx.png"
www = "./resources/www.png"
instagram = "./resources/instagram.jpg"
tiktok_logo = "./resources/tiktok.jpg"
heroku = "./resources/heroku.jpg"
with Diagram("BIJ1 IT landscape"):
@ -45,6 +46,8 @@ with Diagram("BIJ1 IT landscape"):
wpengine = Custom("WpEngine", "./resources/wpengine.jpg")
email = Custom("transip.email", "./resources/email.png")
email >> transip
heroku_flyer = Custom("bij1-data-dashboard.herokuapp.com", heroku)
heroku_flyer_demo = Custom("bij1-flyer-app.herokuapp.com", heroku)
with Cluster("Code repositories"):
gitlab = Custom("gitlab.com/bij1", gitlab_logo)

BIN
resources/heroku.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB