Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-onlyoffice-documentserver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
docker-onlyoffice-documentserver
Commits
88f33c5d
Commit
88f33c5d
authored
6 years ago
by
Alexey Golubev
Committed by
Alexey Golubev
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add AMQP_ SERVER_ params descriptions
parent
f0af6fe9
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-1
2 additions, 1 deletion
README.md
docker-compose.yml
+1
-1
1 addition, 1 deletion
docker-compose.yml
with
3 additions
and
2 deletions
README.md
+
2
−
1
View file @
88f33c5d
...
...
@@ -167,7 +167,8 @@ Below is the complete list of parameters that can be set using environment varia
-
**POSTGRESQL_SERVER_DB_NAME**
: The name of a PostgreSQL database to be created on the image startup.
-
**POSTGRESQL_SERVER_USER**
: The new user name with superuser permissions for the PostgreSQL account.
-
**POSTGRESQL_SERVER_PASS**
: The password set for the PostgreSQL account.
-
**RABBITMQ_SERVER_URL**
: The
[
AMQP URL
](
http://www.rabbitmq.com/uri-spec.html
"RabbitMQ URI Specification"
)
to connect to RabbitMQ server.
-
**AMQP_SERVER_URL**
: The
[
AMQP URL
](
http://www.rabbitmq.com/uri-spec.html
"RabbitMQ URI Specification"
)
to connect to message broker server.
-
**AMQP_SERVER_ENGINE**
: The message broker engine. Supported values are 'rabbitmq' or 'activemq'. Defaults to 'rabbitmq'.
-
**REDIS_SERVER_HOST**
: The IP address or the name of the host where the Redis server is running.
-
**REDIS_SERVER_PORT**
: The Redis server port number.
-
**NGINX_WORKER_PROCESSES**
: Defines the number of nginx worker processes.
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
1
−
1
View file @
88f33c5d
...
...
@@ -9,7 +9,7 @@ services:
-
POSTGRESQL_SERVER_PORT=5432
-
POSTGRESQL_SERVER_DB_NAME=onlyoffice
-
POSTGRESQL_SERVER_USER=onlyoffice
-
RABBIT
MQ_SERVER_URL=amqp://guest:guest@onlyoffice-rabbitmq
-
A
MQ
P
_SERVER_URL=amqp://guest:guest@onlyoffice-rabbitmq
-
REDIS_SERVER_HOST=onlyoffice-redis
-
REDIS_SERVER_PORT=6379
stdin_open
:
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment