Apply cm-butterfly v0.5.1 image (JSON feature improvements) and refine restart policies#125
Merged
Conversation
- cm-butterfly-api: csescsta/cm-butterfly-api:20260102154107-develop - cm-butterfly-front: csescsta/cm-butterfly-front:20260102154107-develop Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…docker-compose.yaml (fixes speId error on infra recommendation model save)
…ic image version(for dev)
…ml to use port 80
…0408145340-develop in docker-compose.yaml
…1 in docker-compose.yaml
… v0.5.1 release The dev-only front comparison service is not part of the v0.5.1 release configuration. Keep the block commented so it can be quickly re-enabled when comparing release vs dev builds in future cycles. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Comment out cm-butterfly-front-dev service in docker-compose.yaml for v0.5.1 release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
cm-butterfly 이미지 v0.5.1 반영 + 핵심 서비스의
restart: unless-stopped정책 변경 +cm-butterfly-front-dev개발용 임시 서비스1. cm-butterfly 이미지 버전 업데이트 (v0.5.0 → v0.5.1)
cm-butterfly-api:cloudbaristaorg/cm-butterfly-api:0.5.0→0.5.1cm-butterfly-front:cloudbaristaorg/cm-butterfly-front:0.5.0→0.5.12. 핵심 서비스에
restart: unless-stopped정책 추가호스트 재부팅 / 컨테이너 비정상 종료 시 자동 복구를 위해 다음 서비스들에
restart: unless-stopped정책을 일괄 적용.cb-spidercb-tumblebugcb-tumblebug-etcdcb-mapui3. 개발용 웹 프론트 서비스 추가 —
cm-butterfly-front-dev릴리스 이미지(
cm-butterfly-front) 와 별개로 기존 버전과의 비교를 위해 개발 빌드 이미지를 동시 기동할 수 있도록cm-butterfly-front-dev서비스를 추가함.csescsta/cm-butterfly-front:20260318094849-feature-260318-jsonviewer-workflow-jsyoo5174(release 용cm-butterfly-front와 충돌 없이 동시 사용 가능)cm-butterfly-apihealthcheck 의존성, mayfly 툴 / nginx 설정 볼륨 마운트,restart: unless-stopped, healthcheck 모두 release 서비스와 동일한 기준 적용