2
0
forked from jmug/cactoide

feat: add Github Action to build the image

This commit is contained in:
Levente Orban
2025-08-27 09:36:24 +02:00
parent 9feb3bf64d
commit 1091ffe959
6 changed files with 195 additions and 219 deletions

11
env.prod.example Normal file
View File

@@ -0,0 +1,11 @@
# Production Environment Variables
# Copy this file to .env.prod and update the values
# Database Configuration
POSTGRES_DB=cactoide_production
POSTGRES_USER=cactoide_prod
POSTGRES_PASSWORD=your_secure_password_here
# App Configuration
NODE_ENV=production
PORT=3000