ci: Jenkins pipeline + Gitea registry CI/CD 설정

- Jenkinsfile 추가: Declarative Pipeline으로 빌드/push/cleanup 단계 구성
- docker-compose.yml 수정: build: . → Gitea Container Registry 이미지 참조

Made-with: Cursor
This commit is contained in:
21in7
2026-03-01 16:31:34 +09:00
parent 86904dddf7
commit ce57479b93
2 changed files with 55 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
services:
cointrader:
build: .
image: 10.1.10.28:3000/gihyeon/cointrader:latest
container_name: cointrader
restart: unless-stopped
env_file: