DocSpace-buildtools/build/install/docker
Sergey Kirichenko 69fb52026f
Add feature to run single notify service (#223)
* Modify building docker images

* Add argument to build script

* Modify build images

* Add feature build from oficial dotnet image

* Add feature build from oficial dotnet image

* Rename notify yml file

* Fix conflict

* Fix conflict

* Fix conflict

* Del RID aprument in build scripts

* Cosmetic modify
2021-04-14 15:45:16 +03:00
..
config Add build app on docker without copy dll (#213) 2021-04-07 12:15:27 +03:00
hooks Add source branch variable to docker hub build environment (#163) 2020-12-29 17:08:38 +03:00
.env Add build app on docker without copy dll (#213) 2021-04-07 12:15:27 +03:00
appserver.yml Add feature to run single notify service (#223) 2021-04-14 15:45:16 +03:00
build.yml Add build app on docker without copy dll (#213) 2021-04-07 12:15:27 +03:00
db.yml Add build app on docker without copy dll (#213) 2021-04-07 12:15:27 +03:00
docker-entrypoint.sh Add build app on docker without copy dll (#213) 2021-04-07 12:15:27 +03:00
Dockerfile Add docker multiple Appserver services (#136) 2020-12-25 14:27:26 +03:00
Dockerfile-app Add feature to run single notify service (#223) 2021-04-14 15:45:16 +03:00
Dockerfile-app-dll Add feature to run single notify service (#223) 2021-04-14 15:45:16 +03:00
ds.yml Add docker multiple Appserver services (#136) 2020-12-25 14:27:26 +03:00
notify.yml Add feature to run single notify service (#223) 2021-04-14 15:45:16 +03:00
Readme.md Add docker multiple Appserver services (#136) 2020-12-25 14:27:26 +03:00

Getting Started

Installation

  • Build Appserver docker microservices run: docker-compose -f build.yml build

  • In file .env check values and if it needs modify for JSON Web Token validation:

  • list of values:
    • DOCUMENT_SERVER_JWT_SECRET
    • APP_CORE_MACHINEKEY
    • DOCUMENT_SERVER_JWT_HEADER
  • Run Appserver with Community Server:

    • check file appserver.yml before running:
      • app_data:/app/onlyoffice/data should be commented,
      • /app/onlyoffice CommunityServer/data:/app/onlyoffice/data should be uncommented
    • docker-compose -f appserver.yml up -d
  • Run standlone Appserver:

    • check file appserver.yml before running:
      • app_data:/app/onlyoffice/data should be uncommented,
      • /app/onlyoffice CommunityServer/data:/app/onlyoffice/data should be commented
    • docker-compose -f db.yml up -d
    • docker-compose -f ds.yml -f appserver.yml up -d