DocSpace-client/build/install/docker
sk81.biz@gmail.com f56ac822b2 Cosmetic modify
2022-07-21 11:47:05 +03:00
..
config Build docker services with python docker-entrypoint 2022-07-05 17:07:58 +03:00
hooks Cosmetic modify 2022-07-05 17:36:58 +03:00
.env Build docker services with python docker-entrypoint 2022-07-05 17:07:58 +03:00
appserver.yml Build docker services with python docker-entrypoint 2022-07-05 17:07:58 +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 Build docker services with python docker-entrypoint 2022-07-05 17:07:58 +03:00
db.yml Add feature for building images for different architecture (#600) 2022-03-29 15:39:54 +03:00
docker-entrypoint.py Cosmetic modify 2022-07-21 11:47:05 +03:00
docker-entrypoint.sh fix mysql settings 2022-06-24 17:47:36 +03:00
Dockerfile replace_nuget: delete configfile 2021-05-05 14:48:34 +03:00
Dockerfile.app Build docker services with python docker-entrypoint 2022-07-05 17:07:58 +03:00
ds.yml Bugfix/update OneClickInstall (#505) 2022-02-10 10:37:09 +03:00
kafka.yml Modify docker images build (#380) 2021-10-06 16:43:18 +03:00
notify.yml Modify docker images build (#380) 2021-10-06 16:43:18 +03:00
prepare-nginx-proxy.sh Make the necessary edits to install in k8s (#255) 2021-05-18 12:36:21 +03:00
rabbitmq-redis.yml Build docker services with python docker-entrypoint 2022-07-05 17:07:58 +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