mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-01 22:13:43 +08:00
Containerized service package/imagese build and deploy
This commit is contained in:
26
docker-deploy/deploy/.env
Normal file
26
docker-deploy/deploy/.env
Normal file
@@ -0,0 +1,26 @@
|
||||
# Timezone
|
||||
TZ=Asia/Shanghai
|
||||
|
||||
# MySQL Configuration
|
||||
MYSQL_ROOT_PASSWORD=root
|
||||
MYSQL_DATABASE=ruoyi-ai
|
||||
MYSQL_PORT=3306
|
||||
|
||||
# Redis Configuration
|
||||
REDIS_PORT=6379
|
||||
REDIS_PASSWORD=
|
||||
REDIS_DATABASE=0
|
||||
REDIS_TIMEOUT=10s
|
||||
|
||||
# Backend Configuration
|
||||
BACKEND_SERVER_PORT=6039
|
||||
DB_URL=jdbc:mysql://mysql:3306/ruoyi-ai?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
||||
DB_USERNAME=root
|
||||
DB_PASSWORD=root
|
||||
REDIS_HOST=redis
|
||||
|
||||
# Admin Configuration
|
||||
ADMIN_SERVER_PORT=8082
|
||||
|
||||
# Web Configuration
|
||||
WEB_SERVER_PORT=8081
|
||||
Reference in New Issue
Block a user