DocSpace-buildtools/build/install/docker
Sergey Kirichenko eacf6e663c
Add modification of number in appsettings (#304)
* Modify number in appsettigs

* Cosmetic changes

* Cosmetic changes

* Modify arg in Docker-app

* Add build args in hooks build

* Add arg varibles to hooks build
2021-07-16 20:14:37 +03:00
..
config Make the necessary edits to install in k8s (#255) 2021-05-18 12:36:21 +03:00
hooks Add modification of number in appsettings (#304) 2021-07-16 20:14:37 +03:00
.env Modify elasticsearch configuration (#281) 2021-06-17 12:49:39 +03:00
appserver.yml Fix building image ASC.Socket.IO.Svc (#276) 2021-06-10 18:18:07 +03:00
bin-share-docker-entrypoint.sh Make the necessary edits to install in k8s (#255) 2021-05-18 12:36:21 +03:00
build.yml Make the necessary edits to install in k8s (#255) 2021-05-18 12:36:21 +03:00
db.yml Add build app on docker without copy dll (#213) 2021-04-07 12:15:27 +03:00
docker-entrypoint.sh Fix elasticsearch configure (#285) 2021-06-18 14:30:11 +03:00
Dockerfile replace_nuget: delete configfile 2021-05-05 14:48:34 +03:00
Dockerfile-app Add modification of number in appsettings (#304) 2021-07-16 20:14:37 +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 calendar and mail service in docker (#234) 2021-04-26 19:08:48 +03:00
prepare-nginx-proxy.sh Make the necessary edits to install in k8s (#255) 2021-05-18 12:36:21 +03:00
Readme.md Add docker multiple Appserver services (#136) 2020-12-25 14:27:26 +03:00
wait-bin-share-docker-entrypoint.sh Make the necessary edits to install in k8s (#255) 2021-05-18 12:36:21 +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