Skip to content

Commit 97ada7e

Browse files
authored
Merge pull request #2140 from actiontech/docker_file
update config in docker build
2 parents 2995932 + bfe2266 commit 97ada7e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docker-images/sqle/start.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,21 @@ dms:
1919
port: ${MYSQL_PORT}
2020
database: ${MYSQL_DMS_SCHEMA}
2121
debug: ${DEBUG}
22+
log:
23+
level: DEBUG
24+
path: logs
25+
max_size_mb: 100
26+
max_backup_number: 10
2227
cloudbeaver:
2328
enable_https:
2429
host:
2530
port:
2631
admin_user:
2732
admin_password:
33+
database_driver_options:
34+
- db_type: MySQL
35+
logo_path: "/logo/mysql.png"
36+
params:
2837
secret_key:
2938
sqle:
3039
id: 1

0 commit comments

Comments
 (0)