mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +03:00
Correct spelling
This commit is contained in:
parent
83dab0b380
commit
5c19e0d5f2
|
@ -304,7 +304,7 @@ celery worker process and `celerybeat` that runs the celery beat process.
|
|||
{% 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
|
||||
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.
|
||||
|
@ -389,4 +389,4 @@ If you want to scale your application, run::
|
|||
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**
|
||||
|
|
Loading…
Reference in New Issue
Block a user