seafile suckage fixes
This commit is contained in:
@@ -87,4 +87,5 @@ INNER_NOTIFICATION_SERVER_URL=http://notification-server:8083
|
||||
SEADOC_SERVER_URL=https://fileserver.rishighan.com/sdoc-server
|
||||
|
||||
## Seafile AI
|
||||
ENABLE_SEAFILE_AI=false
|
||||
ENABLE_SEAFILE_AI=false
|
||||
MYSQL_ROOT_PASSWORD=dexter
|
||||
|
||||
@@ -17,7 +17,7 @@ services:
|
||||
networks:
|
||||
- seafile-net
|
||||
healthcheck:
|
||||
test: ["CMD", "sh", "-c", "mysqladmin ping -h localhost -u root -p$$MYSQL_ROOT_PASSWORD"]
|
||||
test: ["CMD", "sh", "-c", "mysqladmin ping -h 127.0.0.1 -u root -p$$MYSQL_ROOT_PASSWORD"]
|
||||
interval: 20s
|
||||
start_period: 30s
|
||||
timeout: 5s
|
||||
@@ -127,7 +127,7 @@ services:
|
||||
- SEAFILE_MYSQL_DB_PASSWORD=${SEAFILE_MYSQL_DB_PASSWORD}
|
||||
- SEAFILE_MYSQL_DB_SEAFILE_DB_NAME=seafile_db
|
||||
- MD_PORT=8084
|
||||
- MD_STORAGE_TYPE=s3
|
||||
- MD_STORAGE_TYPE=file
|
||||
- S3_MD_BUCKET=seafile-md
|
||||
- S3_KEY_ID=${S3_KEY_ID}
|
||||
- S3_SECRET_KEY=${S3_SECRET_KEY}
|
||||
|
||||
Reference in New Issue
Block a user