chore: streamline deployment configuration for Gitea registry images and Watchtower updates
Build and Push Docker Image / build-and-push (push) Canceled after 0s

This commit is contained in:
2026-08-21 18:30:34 +09:00
parent 3e312f3960
commit 309060e4da
4 changed files with 45 additions and 20 deletions
+12 -7
View File
@@ -1,14 +1,19 @@
# Database password (change in production!)
# ==============================================================================
# CheckFlow — Environment Variables Configuration
# ==============================================================================
# [필수] PostgreSQL 데이터베이스 접속 비밀번호 (프로덕션 환경에서는 안전한 난수로 변경)
POSTGRES_PASSWORD=changeme
# App URL (set to your domain or server IP)
# [필수] 웹 서비스 외부 접속 기본 URL (리버스 프록시/도메인 또는 IP 및 포트)
NEXTAUTH_URL=http://localhost:3000
# Auth secret — generate with: openssl rand -base64 32
NEXTAUTH_SECRET=change-this-to-a-random-string
# [필수] NextAuth 세션 암호화 키 — 생성 명령: openssl rand -base64 32
NEXTAUTH_SECRET=change-this-to-a-secure-random-secret
# Port to expose (default 3000)
# [선택] 호스트 머신에 노출할 포트 번호 (기본값: 3000)
PORT=3000
# Container Registry Image (Optional, default: checkflow:latest)
# CHECKFLOW_IMAGE=gitea.example.com/username/checkflow:latest
# [선택/배포] Gitea 또는 Docker 레지스트리 컨테이너 이미지 주소 (Watchtower 자동 갱신 지원)
# 예: CHECKFLOW_IMAGE=git.yourdomain.com/neru_han/checkflow:latest
CHECKFLOW_IMAGE=git.yourdomain.com/neru_han/checkflow:latest