chore: streamline deployment configuration for Gitea registry images and Watchtower updates
Build and Push Docker Image / build-and-push (push) Canceled after 0s
Build and Push Docker Image / build-and-push (push) Canceled after 0s
This commit is contained in:
+6
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user