Fix jwt-token
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
# - Automatic SSL renewal
|
||||
# - WebSocket support for Socket.IO
|
||||
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
# Nginx Reverse Proxy with SSL
|
||||
nginx:
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
# PostgreSQL Database
|
||||
postgres:
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
# PostgreSQL Database
|
||||
postgres:
|
||||
|
||||
Reference in New Issue
Block a user