Skip to content

Commit

Permalink
docs: update arrow labels on deployment diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaslhjulstad authored Nov 16, 2024
1 parent 6f5316e commit 2c114e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/diagrams/deployment.puml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ node "Server Machine" as ServerMachine {
WebAppContainer -[#red,thickness=2]-> DockerVolume : Docker Network Bridge
}

ClientDevice -[#blue,thickness=2]-> WebAppContainer : HTTPS / tRPC
WebAppContainer -[#green,thickness=2]-> AIDockerContainer : HTTP/HTTPS (REST API)
ClientDevice -[#blue,thickness=2]-> WebAppContainer : HTTP (tRPC)
WebAppContainer -[#green,thickness=2]-> AIDockerContainer : HTTP (REST API)

@enduml

0 comments on commit 2c114e6

Please sign in to comment.