socket broker
Build and Push Docker Images / build-and-push (push) Failing after 1m39s

This commit is contained in:
2025-08-21 10:59:09 +02:00
parent 4470eb400a
commit bf404135b5
9 changed files with 2910 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Socket Broker Environment Configuration
# Copy this file to .env and update the values
# WebSocket server port
WS_PORT=3000
# HTTP API server port
API_PORT=8080
# API Key for authentication (REQUIRED for production)
# This key must be provided in HTTP requests to publish messages
# Generate a strong, random key for production use
API_KEY=your-secure-api-key-here
# Node environment
NODE_ENV=production