add docker-compose.yaml

This commit is contained in:
wy 2025-03-12 16:48:02 +08:00
parent bb92f4d2f3
commit 69400d3561

9
docker-compose.yaml Normal file
View File

@ -0,0 +1,9 @@
version: "3.7"
services:
worker:
image: wuhu-mail-notify:latest
volumes:
- "./data/config.json:/data/config.json"
ports:
- "20123:20123"
env_file: .env