Zhang Li c05cd85f8a update idcprod | il y a 1 an | |
---|---|---|
app | il y a 1 an | |
assets | il y a 2 ans | |
auo_tests | il y a 1 an | |
configs | il y a 2 ans | |
constants | il y a 1 an | |
dag | il y a 2 ans | |
data | il y a 1 an | |
docker | il y a 2 ans | |
utils | il y a 2 ans | |
.gitignore | il y a 2 ans | |
Dockerfile | il y a 1 an | |
Makefile | il y a 1 an | |
README.md | il y a 2 ans | |
debug.ipynb | il y a 2 ans | |
delete.py | il y a 2 ans | |
development.ini | il y a 1 an | |
docker-compose.yml | il y a 2 ans | |
environment.yml | il y a 1 an | |
idcprod.ini | il y a 1 an | |
idctest.ini | il y a 1 an | |
production.ini | il y a 1 an | |
rdbms-example.json | il y a 2 ans | |
rdbms-template.json | il y a 2 ans | |
render_script_to_dag_manual.ipynb | il y a 2 ans | |
requirements.txt | il y a 1 an | |
run.py | il y a 2 ans | |
run_delete.py | il y a 2 ans | |
server.py | il y a 2 ans | |
sxkj.ini | il y a 1 an | |
txprod.ini | il y a 1 an | |
txtest.ini | il y a 1 an |
用于 dag 平台:
conda env create environment.yml
conda activate py38
python run.py
在 k8s 生产环境设置 pod 的环境变量 APP_ENV=production
# 打包镜像
make image
# 打包镜像 + 用docker-compose启动容器
make deploy
# 在远程服务器的 REMOTE_WORKSPACE 下部署
make remote