1
0
This repository has been archived on 2025-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
bachelor-thesis/tex/img/webservice-hybrid.mmd

34 lines
895 B
Plaintext

architecture-beta
group host(server)[Host]
group docker(cloud)[Docker] in host
service gitea(server)[Gitea Service] in docker
service giteavol(disk)[Gitea Volume] in host
service bitwarden(server)[Bitwarden] in docker
service nginx(server)[NGinX] in docker
service log(server)[Docker Logging] in host
service postgre(database)[PostgreSQL] in host
service internet(internet)[Internet]
junction network in docker
junction high in host
junction low in host
junction bitwardendb in host
junction giteadb in host
nginx:L -- R:internet
network:L -- R:nginx
network:T -- B:gitea
network:B -- T:bitwarden
low:R -- L:bitwardendb
high:R -- L:giteadb
gitea:R -- L:high
bitwarden:R -- L:low
low:T -- B:log
high:B -- T:log
bitwardendb:T -- B:postgre
giteadb:B -- T:postgre
gitea:T -- B:giteavol