-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coolify
More file actions
32 lines (27 loc) · 946 Bytes
/
Copy path.coolify
File metadata and controls
32 lines (27 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# ============================================
# FlexGate Proxy - Coolify Configuration
# ============================================
# Open-source self-hosted deployment platform
# Website: https://coolify.io
# License: Apache 2.0
# ============================================
# This file is auto-detected by Coolify
# No manual configuration needed!
# Build settings are configured in Coolify dashboard:
# - Build Command: npm ci && npm run build
# - Start Command: npm start
# - Port: 3000
# Environment variables (set in Coolify UI):
# NODE_ENV=production
# PORT=3000
# REDIS_URL=${COOLIFY_REDIS_URL}
# JWT_SECRET=${COOLIFY_AUTO_SECRET_1}
# ADMIN_JWT_SECRET=${COOLIFY_AUTO_SECRET_2}
# Health check endpoint (auto-detected):
# /health/live
# Coolify automatically handles:
# ✅ SSL certificates (Let's Encrypt)
# ✅ Zero-downtime deployments
# ✅ Auto-restart on crash
# ✅ Git auto-deploy on push
# ✅ Preview deployments for PRs