DocSpace-buildtools/build/install/docker
pavelbannov b14d6c8ef0 Merge branch 'hotfix/v1.1.3' into develop
# Conflicts:
#	common/ASC.Core.Common/Context/Impl/UserManager.cs
#	common/ASC.Core.Common/Core/ITenantService.cs
#	common/ASC.Core.Common/Data/DbTenantService.cs
#	common/ASC.Data.Storage/StorageHandler.cs
#	common/ASC.FederatedLogin/ASC.FederatedLogin.csproj
#	config/appsettings.json
#	config/nlog.config
#	migrations/mysql/SaaS/CoreDbContext/CoreDbContextModelSnapshot.cs
#	migrations/mysql/Standalone/MigrationContext/20230914152735_CoreDbContext_Upgrade2.Designer.cs
#	migrations/mysql/Standalone/MigrationContext/20230914152735_CoreDbContext_Upgrade2.cs
#	packages/client/src/pages/Confirm/sub-components/createUser.js
#	packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/index.js
#	packages/common/components/MoreLoginModal/index.tsx
#	packages/login/src/client/components/sub-components/LoginForm.tsx
#	products/ASC.Files/Core/HttpHandlers/ChunkedUploaderHandler.cs
#	products/ASC.Files/Core/Services/DocumentService/Configuration.cs
#	products/ASC.People/Server/Api/ThirdpartyController.cs
#	products/ASC.People/Server/GlobalUsings.cs
#	web/ASC.Web.Api/Core/CspSettingsHelper.cs
#	web/ASC.Web.Core/Users/UserManagerWrapper.cs
#	yarn.lock
2023-09-25 10:53:06 +03:00
..
config Fix domain overwrite on docspace update in OCI docker 2023-09-15 18:38:46 +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 63398 - Upgrade elasticsearch to version 7.16.3 2023-09-19 20:27:18 +04: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
dnsmasq.yml build: docker: dev: added dnsmasq for local domain routing 2023-09-06 18:24:58 +04:00
docker-entrypoint.py Add samesite variable predefinition 2023-09-15 13:49:35 +05: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 Merge branch 'hotfix/v1.1.2' into develop 2023-09-04 23:01:50 +03:00
docspace.profiles.yml Merge branch 'hotfix/v1.1.3' into develop 2023-09-25 10:53:06 +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 fix Bug 63398 - Upgrade elasticsearch to version 7.16.3 2023-09-19 20:27:18 +04:00
healthchecks.yml Merge branch 'master' into develop 2023-07-18 19:26:32 +03: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