mirror of
https://github.com/thecyberlearn/quantumtaskai-caprover.git
synced 2026-08-18 12:32:56 +00:00
- 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>
10 lines
175 B
JSON
10 lines
175 B
JSON
{
|
|
"name": "quantum-tasks-ai",
|
|
"type": "dockerfile",
|
|
"dockerfile": "./Dockerfile.dokploy",
|
|
"port": 3000,
|
|
"buildArgs": {},
|
|
"env": {
|
|
"PYTHONUNBUFFERED": "1"
|
|
}
|
|
} |