cverse-deployment-templates v0.1.0
template
capsule://quake0day/[email protected]
Provides Dockerfiles, Docker Compose configurations, and Nginx configurations for deploying the CyberVerse application. This capsule serves as a starting point for setting up the production environment.
Owns
- Dockerfiles for frontend, Go server, and Python inference
- Docker Compose setup for multi-service deployment
- Nginx configurations for reverse proxy and static file serving
- Example environment and configuration files
Does not own
- The application code itself
- Runtime configuration values (only examples)
AI orientation
An AI agent working on this capsule would focus on adapting deployment configurations for different cloud providers, optimizing Docker images, or integrating with CI/CD pipelines. It requires knowledge of Docker, Nginx, and cloud infrastructure.
Avoid
- Modifying application code within this capsule.
- Hardcoding sensitive credentials.
Invariants (must always hold)
- Dockerfiles must be buildable and produce functional images.
- Docker Compose must correctly orchestrate services.
- Nginx configuration must correctly route traffic and serve static files.
Source files (8)
Click any file to view its content; the path on the right shows where the file lands when this capsule is installed.
src/infra/.env.example→.env.examplesrc/infra/cyberverse_config.example.yaml→config.example.yamlsrc/infra/docker-compose.yml→docker-compose.ymlsrc/infra/Dockerfile.frontend→Dockerfile.frontendsrc/infra/Dockerfile.inference→Dockerfile.inferencesrc/infra/Dockerfile.server→Dockerfile.serversrc/infra/nginx.conf→nginx.confsrc/infra/nginx.www.cyberverse.cc.conf→nginx.www.cyberverse.cc.conf
Plus capsule.yaml and
install.json.