Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Be/bugfix/#414 stun/turn 접근 #415

Merged
merged 6 commits into from
Dec 7, 2023
Merged

Conversation

kimyu0218
Copy link
Collaborator

@kimyu0218 kimyu0218 commented Dec 7, 2023

resolved #414

변경 사항

호스트 서버에서 바로 도커 명령어로 컨테이너를 띄웠는데 이를 삭제하고 docker-compose 파일에 서비스로 작성해줬다.

고민과 해결 과정

coturn-server:
  image: "coturn/coturn"
  container_name: "coturn-server"
  environment:
    - TURN_SERVER_NAME=${TURN_SERVER_NAME}
    - TURN_SERVER_USER=${TURN_SERVER_USER}
    - TURN_SERVER_PASSWORD=${TURN_SERVER_PASSWORD}
  expose:
    - "3478"

(선택) 테스트 결과

@kimyu0218 kimyu0218 added this to the week 5 milestone Dec 7, 2023
- expose 3478번
- 환경변수 넣어주기
- 전역 환경변수 세팅
- env 파일에 저장
Copy link

cloudflare-workers-and-pages bot commented Dec 7, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: e4de9f9
Status: ✅  Deploy successful!
Preview URL: https://2dc6f613.web09-magicconch.pages.dev
Branch Preview URL: https://be-bugfix--414-stun-turn.web09-magicconch.pages.dev

View logs

@kimyu0218 kimyu0218 marked this pull request as ready for review December 7, 2023 04:43
@kimyu0218 kimyu0218 merged commit 0b388de into dev Dec 7, 2023
1 check passed
@kimyu0218 kimyu0218 deleted the BE/bugfix/#414-STUN/TURN-접근 branch December 7, 2023 04:44
@kimyu0218 kimyu0218 linked an issue Dec 7, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✅ STUN 서버에서 공인 IP 주소 반환 🐞 STUN/TURN 서버에 접근할 수 없는 이슈
1 participant