add docker-compose.yaml
This commit is contained in:
parent
bb92f4d2f3
commit
69400d3561
9
docker-compose.yaml
Normal file
9
docker-compose.yaml
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user