Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 608 Bytes

File metadata and controls

27 lines (21 loc) · 608 Bytes

Coolify Configuration for Davecodes Dashboard

Add this to your Coolify resource settings

Environment Variables

NODE_ENV=production PORT=3000 WS_PORT=3002

Ports to Expose

  • 3000 (HTTP - Dashboard UI)
  • 3002 (WebSocket - Real-time updates)

Build Configuration

Build Pack: Dockerfile Dockerfile Path: ./Dockerfile

Health Check

Path: /health Port: 3002

Domain Configuration

Set your domain in Coolify UI

Example: dashboard.yourdomain.com

WebSocket Note

Make sure your reverse proxy (Traefik/Nginx) supports WebSocket upgrade

Coolify handles this automatically for most setups