app/ ├── core/ │ ├── config.py # Configuración con pydantic-settings │ └── security.py # Funciones JWT con python-jose ├── services/ │ └── odoo_service.py # Cliente Odoo con httpx y retry logic ├── ...
# 1. 拉取最新的 Redis 镜像 docker pull redis:latest # 2. 运行 Redis 容器 # -d 后台运行 # --name 容器名称 # --restart always 表示开机自启 # -p 6379:6379 端口映射 # -v 数据持久化到本地 # --requirepass 设置密码 docker ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results