Skip to content

Commit

Permalink
fixbug 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yaojin3616 committed Dec 6, 2023
1 parent 899577c commit e540620
Show file tree
Hide file tree
Showing 15 changed files with 584 additions and 16 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 e540620

Please sign in to comment.