feat: Initialize project with core dependencies, Vultr API client, customer database service, and migration documentation.

This commit is contained in:
2026-02-06 18:11:28 +08:00
parent 73366f4395
commit 41c2fa5fcc
2618 changed files with 852274 additions and 1449 deletions

18
docker-compose.yml Executable file
View File

@@ -0,0 +1,18 @@
version: '3.8'
services:
wa-bot:
build: .
container_name: wa-bot
restart: always
init: true
shm_size: '2gb'
ports:
- "3000:3000"
volumes:
- ./.wwebjs_auth:/app/.wwebjs_auth
- ./.wwebjs_cache:/app/.wwebjs_cache
- ./db:/app/db
environment:
- NODE_ENV=production
- API_KEY=rahasia123