use less common port for JWT service

This commit is contained in:
fkwp 2024-11-06 20:07:52 +01:00
parent 430337e725
commit 65742db4f2
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
}
},
"livekit": {
"livekit_service_url": "http://localhost:8080"
"livekit_service_url": "http://localhost:8009"
},
"features": {
"feature_use_device_session_member_events": true

View File

@ -18,7 +18,7 @@ services:
condition: on-failure
ports:
# HOST_PORT:CONTAINER_PORT
- 8080:8080
- 8009:8080
networks:
- ecbackend