chore: sync local changes (2026-03-12)

This commit is contained in:
2026-03-12 18:58:55 +08:00
parent 4573a21f88
commit c903101d86
39 changed files with 1112 additions and 483 deletions

View File

@@ -0,0 +1,22 @@
version: '3.8'
services:
mengyaprofile-backend:
build:
context: .
dockerfile: Dockerfile
container_name: mengyaprofile-backend
restart: unless-stopped
ports:
- "1616:5000"
volumes:
- /shumengya/docker/mengyaprofile-backend/data:/app/data
environment:
- RUN_MODE=production
- DATA_DIR=/app/data
networks:
- mengyaprofile-network
networks:
mengyaprofile-network:
driver: bridge