Fix jwt-token
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
# Production Docker Compose Configuration
|
# Production Docker Compose Configuration
|
||||||
# This file provides production-specific settings with maximum security
|
# This file provides production-specific settings with maximum security
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# Backend - Production Security
|
# Backend - Production Security
|
||||||
backend:
|
backend:
|
||||||
|
|||||||
@@ -5,8 +5,6 @@
|
|||||||
# - Automatic SSL renewal
|
# - Automatic SSL renewal
|
||||||
# - WebSocket support for Socket.IO
|
# - WebSocket support for Socket.IO
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# Nginx Reverse Proxy with SSL
|
# Nginx Reverse Proxy with SSL
|
||||||
nginx:
|
nginx:
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# PostgreSQL Database
|
# PostgreSQL Database
|
||||||
postgres:
|
postgres:
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# PostgreSQL Database
|
# PostgreSQL Database
|
||||||
postgres:
|
postgres:
|
||||||
|
|||||||
Reference in New Issue
Block a user