File size: 398 Bytes
877add7
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
deployment:
  hf_space:
    enabled: true
    sdk: docker
    repo_id: ${HF_SPACE_REPO_ID:-your-hf-username/polyguard-openenv}
    create_pr: ${HF_SPACE_CREATE_PR:-false}
    private: ${HF_SPACE_PRIVATE:-false}
    image_tag: ${HF_SPACE_IMAGE_TAG:-openenv-polyguard:latest}
    app_entrypoint: app.env.fastapi_app:app
    port: 8100
  local:
    env_port: 8100
    api_port: 8200
    ui_port: 5173