웹훅 통합 및 프로젝트 구조 변경 및 개선
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user