Conversation
- docker-compose.prod에서 postgres 제거, app만 기동하도록 변경 (DB는 Neon 외부 연결) - DB_URL 환경변수 기반으로 전환, CD의 schema.sql 부트스트랩 제거 - git remote/submodule 및 도커 이미지명을 api / api-config 로 재연결 - CI 워크플로우(develop/main) ci.yml 하나로 통합, 배포 경로 ~/maggom-api 로 변경
- docker-compose.prod postgres 제거, app만 기동 (DB는 Neon 외부 연결, DB_URL 기반) - git remote/submodule 및 도커 이미지명을 api / api-config 로 재연결 - CI 워크플로우 ci.yml 하나로 통합, CD 배포 경로 ~/maggom-api 로 변경 - 배포 이미지 멀티아치(amd64/arm64) 빌드로 전환 (ARM 인스턴스 대응)
- CD에 QEMU/Buildx 셋업 및 build-push platforms 지정 - ARM 인스턴스에서 이미지 pull 되도록 대응
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.
개요
DB를 EC2 내부 PostgreSQL에서 외부 서비스(Neon)로 이전하고, 레포명 전환(api / api-config)과 ARM 인스턴스 대응을 포함한 배포 구성 정비입니다.
주요 변경
DB 외부화 (Neon)
레포/이미지 전환
CI/CD