This commit is contained in:
2026-04-28 22:04:24 +08:00
parent 80ee99e564
commit 71c940ab46
156 changed files with 5700 additions and 304 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
sms:
build: .
container_name: sms-app
restart: unless-stopped
environment:
- PORT=3000
- ACCESS_TOKEN=li2784516672
volumes:
- sms-data:/app/data
ports:
- "3000:3000"
volumes:
sms-data: