DocSpace-client/build/install/docker
2023-09-13 14:06:11 +05:00
..
config fix Bug 64061 - Fix uploading large files 2023-09-13 14:06:11 +05:00
hooks Add github action (#804) 2022-09-13 10:54:45 +03:00
.dockerignore Create .dockerignore 2022-10-28 20:30:32 +03:00
.env fix Bug 63573 - Add the ability to automatically switch to SSL (#1662) 2023-09-04 12:03:36 +03:00
bin-share-docker-entrypoint.sh Fix the run of init containers in k8s (#1617) 2023-08-08 17:31:13 +03:00
build.yml fix Bug 63573 - Add the ability to automatically switch to SSL (#1662) 2023-09-04 12:03:36 +03:00
db.yml Add the ability to use an external services in OCI docker (#1598) 2023-08-25 15:39:26 +03:00
docker-entrypoint.py fix Bug 63573 - Add the ability to automatically switch to SSL (#1662) 2023-09-04 12:03:36 +03:00
docker-entrypoint.sh fix Bug 63573 - Add the ability to automatically switch to SSL (#1662) 2023-09-04 12:03:36 +03:00
docker-healthchecks-entrypoint.sh Feature/healthcheck service packaging (#1161) 2023-02-01 12:56:41 +05:00
docker-migration-entrypoint.sh Add the ability to use an external services in OCI docker (#1598) 2023-08-25 15:39:26 +03:00
Dockerfile fix Bug 63573 - Add the ability to automatically switch to SSL (#1662) 2023-09-04 12:03:36 +03:00
Dockerfile.app fix Bug 63573 - Add the ability to automatically switch to SSL (#1662) 2023-09-04 12:03:36 +03:00
Dockerfile.ffvideo Add codecs for file-services (#1353) 2023-04-13 23:12:17 +05:00
Dockerfile.runtime fix Bug 63573 - Add the ability to automatically switch to SSL (#1662) 2023-09-04 12:03:36 +03:00
docspace.overcome.yml fix Bug 63573 - Add the ability to automatically switch to SSL (#1662) 2023-09-04 12:03:36 +03:00
docspace.profiles.yml fix Bug 63573 - Add the ability to automatically switch to SSL (#1662) 2023-09-04 12:03:36 +03:00
docspace.yml fix Bug 63573 - Add the ability to automatically switch to SSL (#1662) 2023-09-04 12:03:36 +03:00
ds.yml Add the ability to use an external services in OCI docker (#1598) 2023-08-25 15:39:26 +03:00
elasticsearch.yml Add the ability to use an external services in OCI docker (#1598) 2023-08-25 15:39:26 +03:00
healthchecks.yml Correct the error set external: true to use an existing network 2023-06-21 21:02:49 +05:00
kafka.yml Fix network external config 2023-09-08 13:46:06 +03:00
migration-runner.yml Add the ability to use an external services in OCI docker (#1598) 2023-08-25 15:39:26 +03:00
notify.yml fix Bug 63573 - Add the ability to automatically switch to SSL (#1662) 2023-09-04 12:03:36 +03:00
prepare-nginx-router.sh fix Bug 63573 - Add the ability to automatically switch to SSL (#1662) 2023-09-04 12:03:36 +03:00
proxy-ssl.yml Add webroot when creating a certificate and use letsencrypt.conf for all installations 2023-09-06 17:49:13 +05:00
proxy.yml Add webroot when creating a certificate and use letsencrypt.conf for all installations 2023-09-06 17:49:13 +05:00
rabbitmq.yml Add the ability to use an external services in OCI docker (#1598) 2023-08-25 15:39:26 +03:00
Readme.md Add docker multiple Appserver services (#136) 2020-12-25 14:27:26 +03:00
redis.yml Add the ability to use an external services in OCI docker (#1598) 2023-08-25 15:39: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