🏗️」 wip(docker): added cors env to docker

This commit is contained in:
2025-10-15 16:42:00 +02:00
parent 8d93776444
commit 2a252b4af3

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