Add AMQP_ SERVER_ params descriptions

This commit is contained in:
Alexey Golubev 2019-02-14 15:19:13 +03:00 committed by Alexey Golubev
parent f0af6fe971
commit 88f33c5d8f
2 changed files with 3 additions and 2 deletions

View file

@ -9,7 +9,7 @@ services:
- POSTGRESQL_SERVER_PORT=5432
- POSTGRESQL_SERVER_DB_NAME=onlyoffice
- POSTGRESQL_SERVER_USER=onlyoffice
- RABBITMQ_SERVER_URL=amqp://guest:guest@onlyoffice-rabbitmq
- AMQP_SERVER_URL=amqp://guest:guest@onlyoffice-rabbitmq
- REDIS_SERVER_HOST=onlyoffice-redis
- REDIS_SERVER_PORT=6379
stdin_open: true