webhook is no work
Closed this issue · 1 comments
seth-shi commented
Describe the bug
webhook is no work
To Reproduce
my docker-compose file
version: "3"
services:
ciao:
image: brotandgames/ciao
container_name: status_ciao
ports:
- '8090:3000'
environment:
- SECRET_KEY_BASE=seth
- TIME_ZONE=PRC
- BASIC_AUTH_USERNAME=xxxx
- BASIC_AUTH_PASSWORD=xxxxx
- CIAO_WEBHOOK_ENDPOINT_1=http://172.27.0.13:9000/wecomchan
- CIAO_WEBHOOK_PAYLOAD_1={"sendkey":"5660bcd256ba0012c41d3d6f22c17472","msg_type":"text","msg":"name{check_url} Status changed from (status_before) to (status_after)"}
- CIAO_LOG_LEVEL=DEBUG
volumes:
- ./data:/app/db/sqlite/
after do no work, fail site status, no WEBHOOK request send
brotandgames commented
Are you still having this problem? If so, could you please add logs from ciao?