Fix jwt-token

This commit is contained in:
2025-08-17 06:28:43 +02:00
parent 622f9719be
commit 0976e36778
2 changed files with 3 additions and 3 deletions

View File

@@ -11,11 +11,11 @@ upstream selfservice_docker_ssl {
# Drone Detection System upstreams
upstream drone_frontend {
server drone-detection-frontend:80; # Frontend container
server 127.0.0.1:3000; # Frontend container mapped port
}
upstream drone_backend {
server drone-detection-backend:3001; # Backend API container
server 127.0.0.1:3001; # Backend API container mapped port
}
# HTTP configuration