mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-12-31 21:56:41 +01:00
「🏗️」 wip(docker): added cors env to docker
This commit is contained in:
@ -15,6 +15,7 @@ services:
|
|||||||
- API_TARGET=user
|
- API_TARGET=user
|
||||||
- LOG_FILE_PATH=/var/log/log.log
|
- LOG_FILE_PATH=/var/log/log.log
|
||||||
- JWT_SECRET=${JWT_SECRET}
|
- JWT_SECRET=${JWT_SECRET}
|
||||||
|
- CORS_ORIGIN=${CORS_ORIGIN}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
auth-api:
|
auth-api:
|
||||||
container_name: transcendence-api-auth
|
container_name: transcendence-api-auth
|
||||||
@ -35,6 +36,7 @@ services:
|
|||||||
- API_TARGET=auth
|
- API_TARGET=auth
|
||||||
- LOG_FILE_PATH=/var/log/log.log
|
- LOG_FILE_PATH=/var/log/log.log
|
||||||
- JWT_SECRET=${JWT_SECRET}
|
- JWT_SECRET=${JWT_SECRET}
|
||||||
|
- CORS_ORIGIN=${CORS_ORIGIN}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
scorestore-api:
|
scorestore-api:
|
||||||
container_name: transcendence-api-scoreStore
|
container_name: transcendence-api-scoreStore
|
||||||
|
|||||||
Reference in New Issue
Block a user