Fix jwt-token

This commit is contained in:
2025-09-24 05:08:05 +02:00
parent 6c28330af3
commit 3e61013a8a
4 changed files with 0 additions and 8 deletions

View File

@@ -1,8 +1,6 @@
# Production Docker Compose Configuration
# This file provides production-specific settings with maximum security
version: '3.8'
services:
# Backend - Production Security
backend:

View File

@@ -5,8 +5,6 @@
# - Automatic SSL renewal
# - WebSocket support for Socket.IO
version: '3.8'
services:
# Nginx Reverse Proxy with SSL
nginx:

View File

@@ -1,5 +1,3 @@
version: '3.8'
services:
# PostgreSQL Database
postgres:

View File

@@ -1,5 +1,3 @@
version: '3.8'
services:
# PostgreSQL Database
postgres: