Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2024-12-02 09:38:33 +00:00
parent 95d5b63aa5
commit cbdb37962c
6 changed files with 5 additions and 33 deletions
-6
View File
@@ -10,12 +10,6 @@ TOPIAM_CE_ROOT_PATH=/home/topiam
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=1898
# 管理员 用户名 [必填]
ADMIN_USERNAME=admin
# 管理员 密码 [必填]
topiam.cn=topiam.cn
# 数据库 主机 [必填]
DB_HOST=127.0.0.1
-2
View File
@@ -8,7 +8,6 @@ services:
- ./envs/global.env
- .env
environment:
- INITIAL_PASSWORD_VALUE=ADMIN_PASSWORD
- spring.datasource.url=jdbc:mysql://${DB_HOST}:${DB_PORT}/${DB_NAME}?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&allowPublicKeyRetrieval=true&rewriteBatchedStatements=true
- spring.datasource.username=${DB_USER}
- spring.datasource.password=${DB_USER_PASSWORD}
@@ -25,5 +24,4 @@ services:
- ${PANEL_APP_PORT_HTTP}:1898
restart: always
volumes:
- ${TOPIAM_CE_ROOT_PATH}/conf:/opt/topiam/conf
- ${TOPIAM_CE_ROOT_PATH}/logs:/opt/topiam/logs