You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
490 B
22 lines
490 B
# 移除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"
|