Handle database connection vars

This commit is contained in:
Zoe Roux
2025-05-12 12:43:17 +02:00
parent 0cafe1ef40
commit cd874e382f
6 changed files with 17 additions and 194 deletions
+2
View File
@@ -104,6 +104,8 @@ services:
- "4389:4389"
environment:
- KYOO_URL=${KYOO_URL:-http://api:3567/api}
- JWKS_URL="http://auth:4568/.well-known/jwks.json"
- JWT_ISSUER=${PUBLIC_URL}
volumes:
- ./scanner:/app
- ${LIBRARY_ROOT}:/video:ro