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
+6 -3
View File
@@ -19,9 +19,10 @@ services:
app:
image: ${CHECKFLOW_IMAGE:-checkflow:latest}
build:
context: .
dockerfile: Dockerfile
# 로컬 소스코드로 직접 빌드하여 실행하려면 아래 build 블록의 주석을 해제하세요:
# build:
# context: .
# dockerfile: Dockerfile
container_name: checkflow-app
restart: unless-stopped
depends_on:
@@ -34,6 +35,8 @@ services:
NEXTAUTH_URL: ${NEXTAUTH_URL:-http://localhost:3000}
NEXTAUTH_SECRET: ${NEXTAUTH_SECRET:-change-this-secret-in-production}
NODE_ENV: production
labels:
- "com.centurylinklabs.watchtower.enable=true"
volumes:
- ./prisma:/app/prisma