Skip to content

Commit

Permalink
#561 Bump refarm version (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemijRodionov authored Sep 7, 2018
1 parent 4b4f566 commit d26df5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ services:
- ../shopelectro/settings/local.py:$SRC_DIR/shopelectro/settings/local.py
networks:
- se-backend
command: celery -A shopelectro worker -E -n worker.mail@%%h -l info -Q mail
command: celery -A shopelectro worker -E -n worker.mail@%%h -c 1 -l info -Q mail

nginx:
image: fidals/se-nginx:prod
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ ua-parser==0.8.0
user-agents==1.1.0
sorl-thumbnail==12.4a1
https://github.com/selwin/django-user_agents/archive/master.zip
https://github.com/fidals/refarm-site/archive/0.2.1.zip
https://github.com/fidals/refarm-site/archive/0.3.0.zip

0 comments on commit d26df5b

Please sign in to comment.