DocSpace-buildtools/install/docker
Sergey Kirichenko 50442a67ae
Modify build yarn version (#42)
* Fix yarn build

* Add for Web.Studio eventsBus
2023-11-07 17:26:26 +03:00
..
config Applied chmod +x for *.sh scripts 2023-10-03 11:29:50 +04:00
hooks drop all files for backend/frontend 2023-10-02 13:23:37 +03:00
.dockerignore drop all files for backend/frontend 2023-10-02 13:23:37 +03:00
.env Added env MIGRATION_TYPE 2023-10-11 18:26:30 +04:00
bin-share-docker-entrypoint.sh Applied chmod +x for *.sh scripts 2023-10-03 11:29:50 +04:00
build.yml drop all files for backend/frontend 2023-10-02 13:23:37 +03:00
db.yml drop all files for backend/frontend 2023-10-02 13:23:37 +03:00
dnsmasq.yml Fix dnsmasq run 2023-10-05 17:48:54 +04:00
docker-entrypoint.py Fix incorrect log level substitution (#8) 2023-10-09 10:54:49 +03:00
docker-entrypoint.sh Applied chmod +x for *.sh scripts 2023-10-03 11:29:50 +04: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 Applied chmod +x for *.sh scripts 2023-10-03 11:29:50 +04:00
Dockerfile replace build => buildtools 2023-10-02 18:09:10 +03:00
Dockerfile.app Modify build yarn version (#42) 2023-11-07 17:26:26 +03:00
Dockerfile.ffvideo replace build => buildtools 2023-10-02 18:09:10 +03:00
Dockerfile.runtime Fix the use of the default openresty config (#13) 2023-10-10 18:18:22 +03:00
docspace.overcome.yml merge from develop 2023-10-03 17:38:22 +03:00
docspace.profiles.yml Added env MIGRATION_TYPE 2023-10-11 18:26:30 +04:00
docspace.yml Add the ability to set a pass for redis in router (#5) 2023-10-05 16:16:10 +03:00
ds.yml drop all files for backend/frontend 2023-10-02 13:23:37 +03:00
elasticsearch.yml drop all files for backend/frontend 2023-10-02 13:23:37 +03:00
healthchecks.yml drop all files for backend/frontend 2023-10-02 13:23:37 +03:00
kafka.yml drop all files for backend/frontend 2023-10-02 13:23:37 +03:00
migration-runner.yml drop all files for backend/frontend 2023-10-02 13:23:37 +03:00
notify.yml drop all files for backend/frontend 2023-10-02 13:23:37 +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 drop all files for backend/frontend 2023-10-02 13:23:37 +03:00
proxy.yml drop all files for backend/frontend 2023-10-02 13:23:37 +03:00
rabbitmq.yml drop all files for backend/frontend 2023-10-02 13:23:37 +03:00
Readme.md replace build => buildtools 2023-10-02 18:09:10 +03:00
redis.yml drop all files for backend/frontend 2023-10-02 13:23:37 +03:00
wait-bin-share-docker-entrypoint.sh Applied chmod +x for *.sh scripts 2023-10-03 11:29:50 +04: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