feat: major update - MySQL, chat, wishlist, PWA, admin overhaul

This commit is contained in:
2026-03-21 20:22:00 +08:00
committed by 树萌芽
parent 48fb818b8c
commit 84874707f5
71 changed files with 13457 additions and 2031 deletions

View File

@@ -8,6 +8,9 @@ services:
environment:
GIN_MODE: release
TZ: Asia/Shanghai
# Production MySQL DSN — uses internal network address.
# Change to TestDSN or override via .env file for local testing.
DATABASE_DSN: "mengyastore:mengyastore@tcp(192.168.1.100:3306)/mengyastore?charset=utf8mb4&parseTime=True&loc=Local"
volumes:
- ./data:/app/data
- ./config.json:/app/config.json:ro
restart: unless-stopped