Merge branch 'front' into docker-front

This commit is contained in:
Adam
2025-10-16 13:32:12 +02:00
committed by GitHub
30 changed files with 2270 additions and 25 deletions

View File

@ -15,6 +15,7 @@ services:
- API_TARGET=user
- LOG_FILE_PATH=/var/log/log.log
- JWT_SECRET=${JWT_SECRET}
- CORS_ORIGIN=${CORS_ORIGIN}
restart: unless-stopped
auth-api:
container_name: transcendence-api-auth
@ -35,6 +36,7 @@ services:
- API_TARGET=auth
- LOG_FILE_PATH=/var/log/log.log
- JWT_SECRET=${JWT_SECRET}
- CORS_ORIGIN=${CORS_ORIGIN}
restart: unless-stopped
scorestore-api:
container_name: transcendence-api-scoreStore