DocSpace-client/build/install/docker
2023-08-29 11:26:01 +03:00
..
config Update map config 2023-08-29 11:26:01 +03: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 Correct the substitution of the Redis host and port 2023-08-29 12:27:12 +05: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 Add Healthcheck docker image (#1143) 2023-01-17 11:09:20 +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 docker network creation and database connection problem 2023-08-28 17:44:18 +05:00
docker-entrypoint.sh fix mysql settings 2022-06-24 17:47: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 the run of init containers in k8s (#1617) 2023-08-08 17:31:13 +03:00
Dockerfile.app Correct the substitution of the Redis host and port 2023-08-29 12:27:12 +05:00
Dockerfile.ffvideo Add codecs for file-services (#1353) 2023-04-13 23:12:17 +05:00
Dockerfile.runtime Add the ability to use an external services in OCI docker (#1598) 2023-08-25 15:39:26 +03:00
docspace.overcome.yml Build: Dev: Added depends_on migration complete for services runners 2023-07-03 22:34:27 +04:00
docspace.profiles.yml Correct the substitution of the Redis host and port 2023-08-29 12:27:12 +05:00
docspace.yml Correct the substitution of the Redis host and port 2023-08-29 12:27:12 +05: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 Modify docker images build (#380) 2021-10-06 16:43:18 +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 Add the ability to use an external services in OCI docker (#1598) 2023-08-25 15:39:26 +03:00
prepare-nginx-proxy.sh Correct the substitution of the Redis host and port 2023-08-29 12:27:12 +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