Skip to content

Official Docker image for backend of the editor application using Onlyoffice

Notifications You must be signed in to change notification settings

openpaas-ng/linshare-editor-onlyoffice-dockerfile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

linshare-editor-onlyoffice-dockerfile

Build

docker build -t linagora/linshare-editor-onlyoffice .

Run

Environment variables Description
BASE_URL The url of how browser editor and document server address the backend app, default: "http://editor-onlyoffice.linshare.local"
LINSHARE_API_BASE_URL The base url of LinShare backend API, default: "http://backend.linshare.local/linshare/webservice/rest"
MONGODB_CONNECTION The string for MongoDB connection, default: "mongodb://mongo.linshare.local/linshare-oo-editor"

Example:

docker run -it -p 8800:8081 --rm --name linshare-editor-onlyoffice \
  -e BASE_URL=http://172.17.0.1:8081 \
  -e LINSHARE_API_BASE_URL=http://172.17.0.1:28080/linshare/webservice/rest \
  -e MONGODB_CONNECTION=mongodb://172.17.0.1:27017/linshare-oo-editor \
  linagora/linshare-editor-onlyoffice

About

Official Docker image for backend of the editor application using Onlyoffice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%