Skip to content

fix(docker): mc-observability-influx healthcheck 안정성 개선 및 MC_OBSERVABILITY_FRONT_PORT 설정 보강#167

Merged
MZC-CSC merged 2 commits into
m-cmp:mainfrom
MZC-CSC:develop
Jun 24, 2026
Merged

fix(docker): mc-observability-influx healthcheck 안정성 개선 및 MC_OBSERVABILITY_FRONT_PORT 설정 보강#167
MZC-CSC merged 2 commits into
m-cmp:mainfrom
MZC-CSC:develop

Conversation

@dogfootman

Copy link
Copy Markdown
Member

Summary

  • Docker Compose: mc-observability-influx(1, 2) healthcheck를 default-health-check 앵커에서 분리하여 start_period: 120s, retries: 30으로 개별 설정 — influxdb 초기 기동 지연에 대한 안정성 개선
  • IAM Manager preset: MC_OBSERVABILITY_FRONT_PORT 환경변수를 0_preset_dev.sh0_preset_prod.sh에 추가하여 nginx 설정 치환 시 누락 방지

yh-noh and others added 2 commits June 24, 2026 10:04
…ipts

0_preset_prod.sh and 0_preset_dev.sh were missing MC_OBSERVABILITY_FRONT_PORT
from their nginx.conf variable substitution logic. When this variable was present
in the nginx template but absent from the substitution list, the literal
${MC_OBSERVABILITY_FRONT_PORT} string was written into nginx.conf, causing nginx
to fail on startup with 'host not found in listen directive'.
fix: add MC_OBSERVABILITY_FRONT_PORT substitution to nginx preset scripts
@MZC-CSC MZC-CSC merged commit c39300f into m-cmp:main Jun 24, 2026
1 check passed
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.

3 participants