comment mailcow/servercow

This commit is contained in:
Kiara Grouwstra 2023-01-05 15:01:27 +01:00
parent 3531a9829c
commit d9c17f7671
1 changed files with 3 additions and 3 deletions

View File

@ -59,9 +59,9 @@ with Diagram("BIJ1 IT landscape"):
greenhost_pjo = Custom("GreenHost Radicaal", greenhost_logo) greenhost_pjo = Custom("GreenHost Radicaal", greenhost_logo)
hetzner = Custom("Hetzner", "./resources/hetzner.png") hetzner = Custom("Hetzner", "./resources/hetzner.png")
wpengine = Custom("WpEngine", "./resources/wpengine.jpg") wpengine = Custom("WpEngine", "./resources/wpengine.jpg")
servercow = Custom("ServerCow", "./resources/servercow.svg") # servercow = Custom("ServerCow", "./resources/servercow.svg")
email = Custom("transip.email (BIJ1)", email_logo) email = Custom("transip.email (BIJ1)", email_logo)
mailcow = Custom("MailCow", "./resources/mailcow.svg") # mailcow = Custom("MailCow", "./resources/mailcow.svg")
email_intl = Custom("transip.email (Audre Lorde)", email_logo) email_intl = Custom("transip.email (Audre Lorde)", email_logo)
email_kennis = Custom("transip.email (Clemencia Redmond)", email_logo) email_kennis = Custom("transip.email (Clemencia Redmond)", email_logo)
email_pjo = Custom("webmail.greenhost.nl (Radicaal)", email_logo) email_pjo = Custom("webmail.greenhost.nl (Radicaal)", email_logo)
@ -69,7 +69,7 @@ with Diagram("BIJ1 IT landscape"):
email_intl >> transip_intl email_intl >> transip_intl
email_kennis >> transip_kennis email_kennis >> transip_kennis
email_pjo >> greenhost_pjo email_pjo >> greenhost_pjo
mailcow >> servercow # mailcow >> servercow
heroku_flyer = Custom("bij1-data-dashboard.herokuapp.com", heroku) heroku_flyer = Custom("bij1-data-dashboard.herokuapp.com", heroku)
heroku_flyer_demo = Custom("bij1-flyer-app.herokuapp.com", heroku) heroku_flyer_demo = Custom("bij1-flyer-app.herokuapp.com", heroku)