Fix jwt-token

This commit is contained in:
2025-09-06 16:15:59 +02:00
parent 4287a63b8d
commit ad08729521
4 changed files with 28 additions and 14 deletions

View File

@@ -65,6 +65,9 @@ services:
TWILIO_PHONE_NUMBER: ${TWILIO_PHONE_NUMBER}
CORS_ORIGIN: http://localhost:3001
API_DEBUG: ${API_DEBUG:-false}
STORE_HEARTBEATS: ${STORE_HEARTBEATS:-false}
STORE_DRONE_TYPE0: ${STORE_DRONE_TYPE0:-false}
LOG_ALL_DETECTIONS: ${LOG_ALL_DETECTIONS:-false}
ports:
- "3002:3001"
volumes:
@@ -89,8 +92,8 @@ services:
context: ./client
dockerfile: Dockerfile
args:
VITE_API_URL: ${VITE_API_URL:-/drones/api}
VITE_WS_URL: ${VITE_WS_URL:-/drones}
VITE_BASE_PATH: ${VITE_BASE_PATH:-/uggla/}
VITE_API_URL: ${VITE_API_URL}
NODE_ENV: production
container_name: drone-detection-frontend
restart: unless-stopped