5 lines
97 B
Python
5 lines
97 B
Python
services: dict[str, str] = {
|
|
"minirt": "localhost:7080",
|
|
"minishell": "localhost:8080"
|
|
}
|