Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 291 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 291 Bytes

海报生成器

生成海报,通过 webhook 发送至目的地。

Run

export WEBHOOK_ADDRESS=https://xxx.xxx.com
docker run -d stringang/poster-generator
# build image
docker-compose run -d

Reference