Skip to content

Commit bfd2d72

Browse files
feat(game-server): add LiveKit API key, secret, and URL to environment variables
1 parent 1308afd commit bfd2d72

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker-compose.prod.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ services:
3030
- NODE_ENV=production
3131
- REDIS_URL=redis://:${REDIS_PASSWORD}@redis:6379
3232
- DATABASE_URL=${DATABASE_URL}
33+
- LIVEKIT_API_KEY=${LIVEKIT_API_KEY}
34+
- LIVEKIT_API_SECRET=${LIVEKIT_API_SECRET}
35+
- LIVEKIT_URL=${LIVEKIT_URL}
3336
volumes:
3437
- ./server-logs:/app/logs
3538
depends_on:

0 commit comments

Comments
 (0)