Correct spelling

This commit is contained in:
Daniel Greenfeld 2015-08-19 20:18:08 -07:00
parent 83dab0b380
commit 5c19e0d5f2

View File

@ -304,7 +304,7 @@ celery worker process and `celerybeat` that runs the celery beat process.
{% endif %} {% endif %}
All of these servicese except `redis` rely on environment variables set by you. There is an `env.example` file in the All of these services except `redis` rely on environment variables set by you. There is an `env.example` file in the
root directory of this project as a starting point. Add your own variables to the file and rename it to `.env`. This root directory of this project as a starting point. Add your own variables to the file and rename it to `.env`. This
file won't be tracked by git by default so you'll have to make sure to use some other mechanism to copy your secret if file won't be tracked by git by default so you'll have to make sure to use some other mechanism to copy your secret if
you are relying solely on git. you are relying solely on git.
@ -389,4 +389,4 @@ If you want to scale your application, run::
docker-compose scale celeryworker=2 docker-compose scale celeryworker=2
**Don't run the scale command on postgres or celerybeat** **Don't run the scale command on postgres or celerybeat**