Fix scanner/api communications

This commit is contained in:
Zoe Roux
2025-05-13 23:12:23 +02:00
parent 07972b0773
commit d873c74545
2 changed files with 6 additions and 6 deletions
+3 -1
View File
@@ -103,7 +103,9 @@ services:
ports:
- "4389:4389"
environment:
- KYOO_URL=${KYOO_URL:-http://api:3567/api}
# Use this env var once we use mTLS for auth
# - KYOO_URL=${KYOO_URL:-http://api:3567/api}
- KYOO_URL=${KYOO_URL:-http://traefik:8901/api}
- JWKS_URL=http://auth:4568/.well-known/jwks.json
- JWT_ISSUER=${PUBLIC_URL}
volumes: