sandbox/drawings/smc/smc_components_separate_db.puml

18 lines
No EOL
208 B
Text

@startuml
package "Kupol mgmnt docker" {
[smc_postgres]
[smc_backend] -down- [smc_postgres]
}
package "Kupol request center" {
[rc_postgres]
[rc_backend] -down- [rc_postgres]
}
@enduml