카카오 webhook 응답을 위한 새 이미지 추가
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user