10 lines
182 B
YAML
10 lines
182 B
YAML
version: "3.7"
|
|
services:
|
|
worker:
|
|
image: wuhu-mail-notify:latest
|
|
volumes:
|
|
- "./data/config.json:/data/config.json"
|
|
ports:
|
|
- "20123:20123"
|
|
env_file: .env
|