quantumtaskai-caprover/dokploy.json
thecyberlearn ce841c7ec1 Add Dokploy deployment configuration
- Add dokploy.json configuration file
- Create Dockerfile.dokploy optimized for port 3000
- Add environment variables template for Dokploy
- Update Django settings for Dokploy auto-detection

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-05 02:40:02 +05:30

10 lines
175 B
JSON

{
"name": "quantum-tasks-ai",
"type": "dockerfile",
"dockerfile": "./Dockerfile.dokploy",
"port": 3000,
"buildArgs": {},
"env": {
"PYTHONUNBUFFERED": "1"
}
}