- 搭建 FastAPI、Redis、PostgreSQL、Nginx 与 Docker Compose 基础结构 - 实现反向代理、首用绑定、拦截告警、归档任务和管理接口 - 提供 Vue3 管理后台初版,以及 uv/requirements 双依赖配置
7 lines
86 B
Python
7 lines
86 B
Python
def main():
|
|
print("Hello from sentinel!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|