nginx: music-lab upstream DNS 조회 실패 방지

- frontend depends_on music-lab 추가 (시작 순서 보장)
- /api/music/ location에 resolver 127.0.0.11 + 변수 proxy_pass 적용
  (Nginx 시작 시점에 music-lab이 미준비여도 기동 가능)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-21 23:01:12 +09:00
parent 7ab0733400
commit 438aba1dd1
2 changed files with 8 additions and 3 deletions

View File

@@ -68,6 +68,8 @@ services:
image: nginx:alpine
container_name: lotto-frontend
restart: unless-stopped
depends_on:
- music-lab
ports:
- "8080:80"
volumes: