chore: 汇总提交(园区资料/内容审核/任务相关)+迁移0019/0021及部署编排调整

This commit is contained in:
Pine
2026-08-27 21:02:47 +08:00
parent 4ef0f81629
commit 89396eb6b0
9 changed files with 149 additions and 14 deletions
+3 -3
View File
@@ -5,13 +5,13 @@ services:
container_name: opc-mysql
restart: always
environment:
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD:-root_pass}
MYSQL_ROOT_PASSWORD: sjnxhyjashaywiuwhaja
MYSQL_DATABASE: opc
MYSQL_USER: opc
MYSQL_PASSWORD: ${MYSQL_PASSWORD:-opc_pass}
MYSQL_PASSWORD: jjjsgysyujkwjwgb
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
ports:
- "127.0.0.1:3306:3306"
- "8091:3306"
volumes:
- ../../serverdata/mysql-data:/var/lib/mysql
networks: