DocSpace-buildtools/install/docker
2024-03-21 18:38:30 +03:00
..
config Migration to opensearch in docker (#167) 2024-03-21 13:09:32 +03:00
hooks
.dockerignore
.env Migration to opensearch in docker (#167) 2024-03-21 13:09:32 +03:00
bin-share-docker-entrypoint.sh
build.yml
db.yml
dnsmasq.yml Fix dnsmasq run 2023-10-05 17:48:54 +04:00
docker-entrypoint.py Migration to opensearch in docker (#167) 2024-03-21 13:09:32 +03:00
docker-entrypoint.sh Migration to opensearch in docker (#167) 2024-03-21 13:09:32 +03:00
docker-healthchecks-entrypoint.sh fix Bug 64516 - Fix issue with healthcheck logs (#29) 2023-10-27 12:31:22 +03:00
docker-migration-entrypoint.sh
Dockerfile Docker: update node version to last LTS v20.11.0 2024-01-23 13:49:10 +04:00
Dockerfile.app Fix display error pages 2024-03-20 17:16:01 +03:00
Dockerfile.ffvideo
Dockerfile.runtime Added custom errors routing 2024-02-26 20:42:04 +04:00
docspace.overcome.yml Merge branch 'develop' into feature/management 2023-10-04 21:06:09 +05:00
docspace.profiles.yml Correct a typo in the name of the opensearch volume (#173) 2024-03-21 18:38:30 +03:00
docspace.yml Fix self-signed SSL issue (#158) 2024-03-07 11:48:50 +03:00
ds.yml
healthchecks.yml
kafka.yml
migration-runner.yml
notify.yml
opensearch.yml Migration to opensearch in docker (#167) 2024-03-21 13:09:32 +03:00
prepare-nginx-router.sh Fix the use of the default openresty config (#13) 2023-10-10 18:18:22 +03:00
proxy-ssl.yml Fix EXTERNAL_PORT variable missing during ssl configuration (#165) 2024-03-18 15:14:56 +03:00
proxy.yml Add X-Forwarded-Port header handling 2024-03-01 21:18:52 +07:00
rabbitmq.yml
Readme.md
redis.yml
wait-bin-share-docker-entrypoint.sh

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