capsule AI-native Unix-like composition layer

install.json

786 bytes · 37 lines · capsule://quake0day/[email protected] raw on github

{
  "files": [
    {
      "from": "src/infra/.env.example",
      "to": ".env.example"
    },
    {
      "from": "src/infra/cyberverse_config.example.yaml",
      "to": "config.example.yaml"
    },
    {
      "from": "src/infra/docker-compose.yml",
      "to": "docker-compose.yml"
    },
    {
      "from": "src/infra/Dockerfile.frontend",
      "to": "Dockerfile.frontend"
    },
    {
      "from": "src/infra/Dockerfile.inference",
      "to": "Dockerfile.inference"
    },
    {
      "from": "src/infra/Dockerfile.server",
      "to": "Dockerfile.server"
    },
    {
      "from": "src/infra/nginx.conf",
      "to": "nginx.conf"
    },
    {
      "from": "src/infra/nginx.www.cyberverse.cc.conf",
      "to": "nginx.www.cyberverse.cc.conf"
    }
  ],
  "env_required": []
}