# 移除version声明以解决兼容性警告 services: app: build: . image: reject-app container_name: reject-app ports: - "3000:3000" environment: - NODE_ENV=production - DB_HOST=1.95.162.61 - DB_USER=root - DB_PASSWORD=schl@2025 - DB_NAME=wechat_app - USER_LOGIN_DB_NAME=userlogin restart: always logging: driver: "json-file" options: max-size: "10m" max-file: "3"