Skip to content

Commit

Permalink
bugfix (#185)
Browse files Browse the repository at this point in the history
1. startup dabase initial error
2. report initial fail 
3. knowledge optimized
  • Loading branch information
yaojin3616 authored Dec 6, 2023
2 parents 156e5f5 + e540620 commit 11f013b
Show file tree
Hide file tree
Showing 17 changed files with 596 additions and 19 deletions.
8 changes: 8 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ services:
- ${DOCKER_VOLUME_DIRECTORY:-.}/mysql/conf/my.cnf:/etc/mysql/my.cnf
- ${DOCKER_VOLUME_DIRECTORY:-.}/mysql/data:/var/lib/mysql

office:
image: onlyoffice/documentserver:7.1.1
ports:
- "8701:80"
volumes:
- ${DOCKER_VOLUME_DIRECTORY:-.}/office/bisheng:/var/www/onlyoffice/documentserver/sdkjs-plugins/bisheng

backend:
image: dataelement/bisheng-backend:latest
healthcheck:
Expand All @@ -42,6 +49,7 @@ services:
restart: on-failure
depends_on:
- "mysql"
- "office"
- "redis"

nginx:
Expand Down
Loading

0 comments on commit 11f013b

Please sign in to comment.