{ "name": "quantum-tasks-ai-debug", "type": "dockerfile", "dockerfile": "./Dockerfile.dokploy.debug", "port": 3000, "healthCheck": "/health/", "buildArgs": {}, "buildOptions": ["--no-cache"], "env": { "PYTHONUNBUFFERED": "1", "DEBUG": "true", "SECRET_KEY": "debug-key-change-in-production", "ALLOWED_HOSTS": "*" } }