웹훅 통합 및 프로젝트 구조 변경 및 개선

This commit is contained in:
2025-12-19 10:15:55 +09:00
parent d2fbfa46c1
commit 27d9a77513
12 changed files with 715 additions and 202 deletions

View File

@ -9,25 +9,8 @@ services:
- ./data:/data
- ./logs:/logs
- ./.env:/app/.env:ro
# - ./app:/app
ports:
- "5151:5000"
env_file:
- .env
restart: unless-stopped
fg-webhook:
build:
context: ./build/webhook
dockerfile: Dockerfile
image: reg.firstgarden.co.kr/fg-webhook:latest
container_name: fg-webhook
volumes:
- ./data:/data
- ./webhook:/app
ports:
- 5151:5000
environment:
- DOMAIN=https://webhook.firstgarden.co.kr
- FLASK_DEBUG=1 #디버그 활성화
#environment:
# - DOMAIN=https://webhook.firstgarden.co.kr
restart: unless-stopped