[PR #230] [MERGED] v5.5.0 #504

Closed
opened 2026-02-26 10:32:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ONLYOFFICE/Docker-DocumentServer/pull/230
Author: @agolybev
Created: 3/4/2020
Status: Merged
Merged: 3/4/2020
Merged by: @agolybev

Base: masterHead: release/v5.5.0


📝 Commits (10+)

📊 Changes

15 files changed (+496 additions, -69 deletions)

View changed files

.travis.yml (+59 -0)
📝 Dockerfile (+12 -8)
📝 Makefile (+12 -8)
📝 README.md (+12 -7)
📝 docker-compose.yml (+7 -5)
📝 run-document-server.sh (+129 -37)
📝 tests/activemq.yml (+4 -4)
tests/defaults.env (+40 -0)
tests/mysql.yml (+35 -0)
tests/postgres-old.yml (+32 -0)
tests/postgres.yml (+33 -0)
tests/rabbitmq-old.yml (+28 -0)
tests/rabbitmq.yml (+28 -0)
tests/redis.yml (+28 -0)
tests/test.sh (+37 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ONLYOFFICE/Docker-DocumentServer/pull/230 **Author:** [@agolybev](https://github.com/agolybev) **Created:** 3/4/2020 **Status:** ✅ Merged **Merged:** 3/4/2020 **Merged by:** [@agolybev](https://github.com/agolybev) **Base:** `master` ← **Head:** `release/v5.5.0` --- ### 📝 Commits (10+) - [`b590340`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/b590340a10011028e323606c550516e213af985c) v5.4.1 - [`7d1606b`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/7d1606bc9516f383f05691ff10083620876171a4) Add support of MySQL DBMS (#188) - [`18b8dbe`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/18b8dbe4fe309e02f8af4032d1d4d82f8df03a6f) Fix RabbitMQ high CPU usage on idle VM (#193) - [`b3055c3`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/b3055c362cfda49863b890f9acfefeaf568eceb7) Add support JWT_IN_BODY param (#194) - [`f18d04f`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/f18d04f4067ab9711015e902de2221d6c32f83b3) Fix commands on welcome page (#197) - [`f4c0bd1`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/f4c0bd13b2b25740ed26853abc51700bb028506d) Merge branch 'develop' into hotfix/v5.4.2 - [`66a293e`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/66a293e79de054c007acf07bdf82adc63d0b6af9) Merge pull request #198 from ONLYOFFICE/hotfix/v5.4.2 - [`2b98277`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/2b982778f31b6e04ac39544a5f147c3846147f62) fix issue #96 ; 'Download failed' after upgrade to onlyoffice (#191) - [`261232e`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/261232e10dd1d9914cefcdc749dca1eaa0147c8c) Move from unsupported node.js version - [`ee8fa82`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/ee8fa827e3a998c51bb85dce6457af8c59e1ac49) Add external volumes for rabbitmq and redis (#203) ### 📊 Changes **15 files changed** (+496 additions, -69 deletions) <details> <summary>View changed files</summary> ➕ `.travis.yml` (+59 -0) 📝 `Dockerfile` (+12 -8) 📝 `Makefile` (+12 -8) 📝 `README.md` (+12 -7) 📝 `docker-compose.yml` (+7 -5) 📝 `run-document-server.sh` (+129 -37) 📝 `tests/activemq.yml` (+4 -4) ➕ `tests/defaults.env` (+40 -0) ➕ `tests/mysql.yml` (+35 -0) ➕ `tests/postgres-old.yml` (+32 -0) ➕ `tests/postgres.yml` (+33 -0) ➕ `tests/rabbitmq-old.yml` (+28 -0) ➕ `tests/rabbitmq.yml` (+28 -0) ➕ `tests/redis.yml` (+28 -0) ➕ `tests/test.sh` (+37 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 10:32:52 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-DocumentServer-ONLYOFFICE#504
No description provided.