카카오 webhook 응답을 위한 새 이미지 추가

This commit is contained in:
2025-06-30 15:00:03 +09:00
parent ed56635eb9
commit 1e3164a733
18 changed files with 194 additions and 70 deletions

View File

@ -1,7 +1,16 @@
services:
fg-auto:
image: reg.firstgarden.co.kr/fg-auto:latest
container_name: fg-auto
gnu-autouploader:
image: reg.firstgarden.co.kr/gnu-autouploader:latest
container_name: gnu-autouploader
volumes:
- ./data:/data
- ./autouploader:/app
restart: unless-stopped
fg-webhook:
image: reg.firstgarden.co.kr/fg-webhook:latest
container_name: fg-webhook
volumes:
- ./data:/data
- ./webhook:/app
restart: unless-stopped