build: support docker compose

This commit is contained in:
JustSong
2023-03-30 21:03:52 +08:00
committed by GitHub
+13
View File
@@ -0,0 +1,13 @@
version: "3"
services:
message-pusher:
image: justsong/message-pusher
restart: unless-stopped
ports:
- 3000:3000
environment:
- TZ=Asia/Shanghai
volumes:
- ./data:/data
- /etc/localtime:/etc/localtime:ro